Html Css Color HEX #2AE03C Lime Green

📋 copy color: '#2AE03C'

red 42 ◦ green 224 ◦ blue 60

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

Shades of Lime Green #2AE03C

Tints of Lime Green #2AE03C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 68.71%

 BLUE value IS 60 (23.83% from 255) = 18.4%

R = 12.88%
G = 68.71%
B = 18.4%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#2AE03C (or 0x2AE03C) is known color: Lime Green. HEX triplet: 2A, E0 and 3C. RGB value is (42,224,60). Sum of RGB (Red+Green+Blue) = 42+224+60=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 224 (87.89% from 255 or 68.71% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 224 - color contains mainly: green. Hex color #2AE03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE03C is #D51FC3. Grayscale: #979797. Windows color (decimal): -13967300 or 3989546. OLE color: 3989546.

HSL color Cylindrical-coordinate representation of color #2AE03C: hue angle of 125.93º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE03C is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 42 224 60 -
CMYK 0.81 0 0.73 0.12
HSL 125.93º 0.75% 0.52% -
HSV(B) 125.93º 0.81% 0.88% -
XYZ 28.43 54.13 13.22 -
YUV 150.89 76.7 50.34 -
System Red Green Blue C M Y K H S L
Decimal 42 224 60 0.81 0 0.73 0.12 125.93 0.75 0.52
Hex 2A E0 3C 51 0 49 C 7E 4B 34
Octal 52 340 74 121 0 111 14 176 113 64
Binary 101010 11100000 111100 1010001 0 1001001 1100 1111110 1001011 110100

Color Harmonies of #2AE03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE03C

Black with #2AE03C

Text Example


Text Example

White with #2AE03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,224,60); }

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

background-color css

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

 a { background-color: rgb(42,224,60); }

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

border-color css

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

 span { border-color: rgb(42,224,60); }

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