Html Css Color HEX #2AEA32 Lime Green

📋 copy color: '#2AEA32'

red 42 ◦ green 234 ◦ blue 50

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

Shades of Lime Green #2AEA32

Tints of Lime Green #2AEA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.34%

R = 12.88%
G = 71.78%
B = 15.34%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#2AEA32 (or 0x2AEA32) is known color: Lime Green. HEX triplet: 2A, EA and 32. RGB value is (42,234,50). Sum of RGB (Red+Green+Blue) = 42+234+50=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 234 (91.80% from 255 or 71.78% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEA32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEA32 is #D515CD. Grayscale: #9C9C9C. Windows color (decimal): -13964750 or 3336746. OLE color: 3336746.

HSL color Cylindrical-coordinate representation of color #2AEA32: hue angle of 122.5º 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 #2AEA32 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 42 234 50 -
CMYK 0.82 0 0.79 0.08
HSL 122.5º 0.82% 0.54% -
HSV(B) 122.5º 0.82% 0.92% -
XYZ 30.95 59.57 12.88 -
YUV 155.62 68.39 46.96 -
System Red Green Blue C M Y K H S L
Decimal 42 234 50 0.82 0 0.79 0.08 122.5 0.82 0.54
Hex 2A EA 32 52 0 4F 8 7B 52 36
Octal 52 352 62 122 0 117 10 173 122 66
Binary 101010 11101010 110010 1010010 0 1001111 1000 1111011 1010010 110110

Color Harmonies of #2AEA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEA32

Black with #2AEA32

Text Example


Text Example

White with #2AEA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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