Html Css Color HEX #2CE032 Lime Green

📋 copy color: '#2CE032'

red 44 ◦ green 224 ◦ blue 50

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

Shades of Lime Green #2CE032

Tints of Lime Green #2CE032

RGB

 RED value IS 44 (17.58% from 255) = 13.84%

 GREEN value IS 224 (87.89% from 255) = 70.44%

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

R = 13.84%
G = 70.44%
B = 15.72%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#2CE032 (or 0x2CE032) is known color: Lime Green. HEX triplet: 2C, E0 and 32. RGB value is (44,224,50). Sum of RGB (Red+Green+Blue) = 44+224+50=318 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.84% from 318); Green value is 224 (87.89% from 255 or 70.44% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE032 is #D31FCD. Grayscale: #969696. Windows color (decimal): -13836238 or 3334188. OLE color: 3334188.

HSL color Cylindrical-coordinate representation of color #2CE032: hue angle of 122º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CE032 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 44 224 50 -
CMYK 0.80 0 0.78 0.12
HSL 122º 0.74% 0.53% -
HSV(B) 122º 0.8% 0.88% -
XYZ 28.27 54.08 11.97 -
YUV 150.34 71.37 52.15 -
System Red Green Blue C M Y K H S L
Decimal 44 224 50 0.80 0 0.78 0.12 122 0.74 0.53
Hex 2C E0 32 50 0 4E C 7A 4A 35
Octal 54 340 62 120 0 116 14 172 112 65
Binary 101100 11100000 110010 1010000 0 1001110 1100 1111010 1001010 110101

Color Harmonies of #2CE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE032

Black with #2CE032

Text Example


Text Example

White with #2CE032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,224,50); }

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

background-color css

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

 a { background-color: rgb(44,224,50); }

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

border-color css

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

 span { border-color: rgb(44,224,50); }

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