Html Css Color HEX #2AF33F Lime Green

📋 copy color: '#2AF33F'

red 42 ◦ green 243 ◦ blue 63

#2AF33F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2AF33F

Tints of Lime Green #2AF33F

RGB

 RED value IS 42 (16.8% from 255) = 12.07%

 GREEN value IS 243 (95.31% from 255) = 69.83%

 BLUE value IS 63 (25% from 255) = 18.1%

R = 12.07%
G = 69.83%
B = 18.1%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2AF33F (or 0x2AF33F) is known color: Lime Green. HEX triplet: 2A, F3 and 3F. RGB value is (42,243,63). Sum of RGB (Red+Green+Blue) = 42+243+63=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 243 (95.31% from 255 or 69.83% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF33F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF33F is #D50CC0. Grayscale: #A2A2A2. Windows color (decimal): -13962433 or 4191018. OLE color: 4191018.

HSL color Cylindrical-coordinate representation of color #2AF33F: hue angle of 126.27º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF33F is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 42 243 63 -
CMYK 0.83 0 0.74 0.05
HSL 126.27º 0.89% 0.56% -
HSV(B) 126.27º 0.83% 0.95% -
XYZ 33.9 64.95 15.45 -
YUV 162.38 71.91 42.14 -
System Red Green Blue C M Y K H S L
Decimal 42 243 63 0.83 0 0.74 0.05 126.27 0.89 0.56
Hex 2A F3 3F 53 0 4A 5 7E 59 38
Octal 52 363 77 123 0 112 5 176 131 70
Binary 101010 11110011 111111 1010011 0 1001010 101 1111110 1011001 111000

Color Harmonies of #2AF33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF33F

Black with #2AF33F

Text Example


Text Example

White with #2AF33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AF33F; }

 p { color: rgb(42,243,63); }

 H1.HeaderClassName
 {
   color: #2AF33F;
 }
 .AnyTagClassName
 {
   color: #2AF33F;
 }
</style>

background-color css

<style>
 a { background-color: #2AF33F; }

 a { background-color: rgb(42,243,63); }

 div.DivClassName
 {
   background-color: #2AF33F;
 }
 .BgClassName
 {
   background-color: #2AF33F;
 }
</style>

border-color css

<style>
 span { border-color: #2AF33F; }

 span { border-color: rgb(42,243,63); }

 td.TdClassName
 {
   border-color: #2AF33F;
 }
 .TagClassName
 {
   border-color: #2AF33F;
 }
</style>