Html Css Color HEX #2AE423 Lime Green

📋 copy color: '#2AE423'

red 42 ◦ green 228 ◦ blue 35

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

Shades of Lime Green #2AE423

Tints of Lime Green #2AE423

RGB

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

 GREEN value IS 228 (89.45% from 255) = 74.75%

 BLUE value IS 35 (14.06% from 255) = 11.48%

R = 13.77%
G = 74.75%
B = 11.48%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#2AE423 (or 0x2AE423) is known color: Lime Green. HEX triplet: 2A, E4 and 23. RGB value is (42,228,35). Sum of RGB (Red+Green+Blue) = 42+228+35=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 228 (89.45% from 255 or 74.75% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 228 - color contains mainly: green. Hex color #2AE423 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE423 is #D51BDC. Grayscale: #969696. Windows color (decimal): -13966301 or 2352170. OLE color: 2352170.

HSL color Cylindrical-coordinate representation of color #2AE423: hue angle of 117.82º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AE423 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 42 228 35 -
CMYK 0.82 0 0.85 0.11
HSL 117.82º 0.78% 0.52% -
HSV(B) 117.82º 0.85% 0.89% -
XYZ 29 56.1 10.89 -
YUV 150.38 62.88 50.69 -
System Red Green Blue C M Y K H S L
Decimal 42 228 35 0.82 0 0.85 0.11 117.82 0.78 0.52
Hex 2A E4 23 52 0 55 B 76 4E 34
Octal 52 344 43 122 0 125 13 166 116 64
Binary 101010 11100100 100011 1010010 0 1010101 1011 1110110 1001110 110100

Color Harmonies of #2AE423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE423

Black with #2AE423

Text Example


Text Example

White with #2AE423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,228,35); }

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

background-color css

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

 a { background-color: rgb(42,228,35); }

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

border-color css

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

 span { border-color: rgb(42,228,35); }

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