Html Css Color HEX #2AF33E Lime Green

📋 copy color: '#2AF33E'

red 42 ◦ green 243 ◦ blue 62

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

Shades of Lime Green #2AF33E

Tints of Lime Green #2AF33E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.87%

R = 12.1%
G = 70.03%
B = 17.87%

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

#2AF33E (or 0x2AF33E) is known color: Lime Green. HEX triplet: 2A, F3 and 3E. RGB value is (42,243,62). Sum of RGB (Red+Green+Blue) = 42+243+62=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 243 (95.31% from 255 or 70.03% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 243 - color contains mainly: green. Hex color #2AF33E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF33E is #D50CC1. Grayscale: #A2A2A2. Windows color (decimal): -13962434 or 4125482. OLE color: 4125482.

HSL color Cylindrical-coordinate representation of color #2AF33E: hue angle of 125.97º 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 #2AF33E is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 42 243 62 -
CMYK 0.83 0 0.74 0.05
HSL 125.97º 0.89% 0.56% -
HSV(B) 125.97º 0.83% 0.95% -
XYZ 33.87 64.94 15.31 -
YUV 162.27 71.41 42.22 -
System Red Green Blue C M Y K H S L
Decimal 42 243 62 0.83 0 0.74 0.05 125.97 0.89 0.56
Hex 2A F3 3E 53 0 4A 5 7E 59 38
Octal 52 363 76 123 0 112 5 176 131 70
Binary 101010 11110011 111110 1010011 0 1001010 101 1111110 1011001 111000

Color Harmonies of #2AF33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF33E

Black with #2AF33E

Text Example


Text Example

White with #2AF33E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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