Html Css Color HEX #2AEC2C Lime Green

📋 copy color: '#2AEC2C'

red 42 ◦ green 236 ◦ blue 44

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

Shades of Lime Green #2AEC2C

Tints of Lime Green #2AEC2C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 73.29%

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

R = 13.04%
G = 73.29%
B = 13.66%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#2AEC2C (or 0x2AEC2C) is known color: Lime Green. HEX triplet: 2A, EC and 2C. RGB value is (42,236,44). Sum of RGB (Red+Green+Blue) = 42+236+44=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 236 (92.58% from 255 or 73.29% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 236 - color contains mainly: green. Hex color #2AEC2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEC2C is #D513D3. Grayscale: #9C9C9C. Windows color (decimal): -13964244 or 2944042. OLE color: 2944042.

HSL color Cylindrical-coordinate representation of color #2AEC2C: hue angle of 120.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEC2C is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 236 44 -
CMYK 0.82 0 0.81 0.07
HSL 120.62º 0.84% 0.55% -
HSV(B) 120.62º 0.82% 0.93% -
XYZ 31.4 60.66 12.44 -
YUV 156.11 64.73 46.61 -
System Red Green Blue C M Y K H S L
Decimal 42 236 44 0.82 0 0.81 0.07 120.62 0.84 0.55
Hex 2A EC 2C 52 0 51 7 79 54 37
Octal 52 354 54 122 0 121 7 171 124 67
Binary 101010 11101100 101100 1010010 0 1010001 111 1111001 1010100 110111

Color Harmonies of #2AEC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEC2C

Black with #2AEC2C

Text Example


Text Example

White with #2AEC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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