Html Css Color HEX #2CDD27 Lime Green

📋 copy color: '#2CDD27'

red 44 ◦ green 221 ◦ blue 39

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

Shades of Lime Green #2CDD27

Tints of Lime Green #2CDD27

RGB

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

 GREEN value IS 221 (86.72% from 255) = 72.7%

 BLUE value IS 39 (15.63% from 255) = 12.83%

R = 14.47%
G = 72.7%
B = 12.83%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#2CDD27 (or 0x2CDD27) is known color: Lime Green. HEX triplet: 2C, DD and 27. RGB value is (44,221,39). Sum of RGB (Red+Green+Blue) = 44+221+39=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 221 (86.72% from 255 or 72.70% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDD27 is #D322D8. Grayscale: #939393. Windows color (decimal): -13837017 or 2612524. OLE color: 2612524.

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

Color convert

RGB 44 221 39 -
CMYK 0.80 0 0.82 0.13
HSL 118.35º 0.73% 0.51% -
HSV(B) 118.35º 0.82% 0.87% -
XYZ 27.26 52.39 10.6 -
YUV 147.33 66.86 54.3 -
System Red Green Blue C M Y K H S L
Decimal 44 221 39 0.80 0 0.82 0.13 118.35 0.73 0.51
Hex 2C DD 27 50 0 52 D 76 49 33
Octal 54 335 47 120 0 122 15 166 111 63
Binary 101100 11011101 100111 1010000 0 1010010 1101 1110110 1001001 110011

Color Harmonies of #2CDD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDD27

Black with #2CDD27

Text Example


Text Example

White with #2CDD27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,221,39); }

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

background-color css

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

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

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

border-color css

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

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

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