Html Css Color HEX #2AEA34 Lime Green

📋 copy color: '#2AEA34'

red 42 ◦ green 234 ◦ blue 52

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

Shades of Lime Green #2AEA34

Tints of Lime Green #2AEA34

RGB

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

 GREEN value IS 234 (91.8% from 255) = 71.34%

 BLUE value IS 52 (20.7% from 255) = 15.85%

R = 12.8%
G = 71.34%
B = 15.85%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#2AEA34 (or 0x2AEA34) is known color: Lime Green. HEX triplet: 2A, EA and 34. RGB value is (42,234,52). Sum of RGB (Red+Green+Blue) = 42+234+52=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 234 (91.80% from 255 or 71.34% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEA34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEA34 is #D515CB. Grayscale: #9C9C9C. Windows color (decimal): -13964748 or 3467818. OLE color: 3467818.

HSL color Cylindrical-coordinate representation of color #2AEA34: hue angle of 123.12º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEA34 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 42 234 52 -
CMYK 0.82 0 0.78 0.08
HSL 123.13º 0.82% 0.54% -
HSV(B) 123.13º 0.82% 0.92% -
XYZ 31 59.59 13.12 -
YUV 155.84 69.39 46.8 -
System Red Green Blue C M Y K H S L
Decimal 42 234 52 0.82 0 0.78 0.08 123.13 0.82 0.54
Hex 2A EA 34 52 0 4E 8 7B 52 36
Octal 52 352 64 122 0 116 10 173 122 66
Binary 101010 11101010 110100 1010010 0 1001110 1000 1111011 1010010 110110

Color Harmonies of #2AEA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEA34

Black with #2AEA34

Text Example


Text Example

White with #2AEA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,234,52); }

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

background-color css

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

 a { background-color: rgb(42,234,52); }

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

border-color css

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

 span { border-color: rgb(42,234,52); }

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