Html Css Color HEX #2AEB2C Lime Green

📋 copy color: '#2AEB2C'

red 42 ◦ green 235 ◦ blue 44

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

Shades of Lime Green #2AEB2C

Tints of Lime Green #2AEB2C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 73.21%

 BLUE value IS 44 (17.58% from 255) = 13.71%

R = 13.08%
G = 73.21%
B = 13.71%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#2AEB2C (or 0x2AEB2C) is known color: Lime Green. HEX triplet: 2A, EB and 2C. RGB value is (42,235,44). Sum of RGB (Red+Green+Blue) = 42+235+44=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 235 (92.19% from 255 or 73.21% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEB2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEB2C is #D514D3. Grayscale: #9C9C9C. Windows color (decimal): -13964500 or 2943786. OLE color: 2943786.

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

Color convert

RGB 42 235 44 -
CMYK 0.82 0 0.81 0.08
HSL 120.62º 0.83% 0.54% -
HSV(B) 120.62º 0.82% 0.92% -
XYZ 31.12 60.09 12.34 -
YUV 155.52 65.06 47.03 -
System Red Green Blue C M Y K H S L
Decimal 42 235 44 0.82 0 0.81 0.08 120.62 0.83 0.54
Hex 2A EB 2C 52 0 51 8 79 53 36
Octal 52 353 54 122 0 121 10 171 123 66
Binary 101010 11101011 101100 1010010 0 1010001 1000 1111001 1010011 110110

Color Harmonies of #2AEB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEB2C

Black with #2AEB2C

Text Example


Text Example

White with #2AEB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,235,44); }

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

background-color css

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

 a { background-color: rgb(42,235,44); }

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

border-color css

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

 span { border-color: rgb(42,235,44); }

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