Html Css Color HEX #2CDE2C Lime Green

📋 copy color: '#2CDE2C'

red 44 ◦ green 222 ◦ blue 44

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

Shades of Lime Green #2CDE2C

Tints of Lime Green #2CDE2C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 71.61%

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

R = 14.19%
G = 71.61%
B = 14.19%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#2CDE2C (or 0x2CDE2C) is known color: Lime Green. HEX triplet: 2C, DE and 2C. RGB value is (44,222,44). Sum of RGB (Red+Green+Blue) = 44+222+44=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 222 (87.11% from 255 or 71.61% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDE2C is #D321D3. Grayscale: #959595. Windows color (decimal): -13836756 or 2940460. OLE color: 2940460.

HSL color Cylindrical-coordinate representation of color #2CDE2C: hue angle of 120º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDE2C is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 222 44 -
CMYK 0.80 0 0.80 0.13
HSL 120º 0.73% 0.52% -
HSV(B) 120º 0.8% 0.87% -
XYZ 27.61 52.96 11.15 -
YUV 148.49 69.03 53.47 -
System Red Green Blue C M Y K H S L
Decimal 44 222 44 0.80 0 0.80 0.13 120 0.73 0.52
Hex 2C DE 2C 50 0 50 D 78 49 34
Octal 54 336 54 120 0 120 15 170 111 64
Binary 101100 11011110 101100 1010000 0 1010000 1101 1111000 1001001 110100

Color Harmonies of #2CDE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDE2C

Black with #2CDE2C

Text Example


Text Example

White with #2CDE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,222,44); }

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

background-color css

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

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

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

border-color css

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

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

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