Html Css Color HEX #2AE934 Lime Green

📋 copy color: '#2AE934'

red 42 ◦ green 233 ◦ blue 52

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

Shades of Lime Green #2AE934

Tints of Lime Green #2AE934

RGB

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

 GREEN value IS 233 (91.41% from 255) = 71.25%

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

R = 12.84%
G = 71.25%
B = 15.9%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#2AE934 (or 0x2AE934) is known color: Lime Green. HEX triplet: 2A, E9 and 34. RGB value is (42,233,52). Sum of RGB (Red+Green+Blue) = 42+233+52=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 233 (91.41% from 255 or 71.25% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE934 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE934 is #D516CB. Grayscale: #9B9B9B. Windows color (decimal): -13965004 or 3467562. OLE color: 3467562.

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

Color convert

RGB 42 233 52 -
CMYK 0.82 0 0.78 0.09
HSL 123.14º 0.81% 0.54% -
HSV(B) 123.14º 0.82% 0.91% -
XYZ 30.71 59.02 13.02 -
YUV 155.26 69.72 47.22 -
System Red Green Blue C M Y K H S L
Decimal 42 233 52 0.82 0 0.78 0.09 123.14 0.81 0.54
Hex 2A E9 34 52 0 4E 9 7B 51 36
Octal 52 351 64 122 0 116 11 173 121 66
Binary 101010 11101001 110100 1010010 0 1001110 1001 1111011 1010001 110110

Color Harmonies of #2AE934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE934

Black with #2AE934

Text Example


Text Example

White with #2AE934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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