Html Css Color HEX #2CDD11 Lime Green

📋 copy color: '#2CDD11'

red 44 ◦ green 221 ◦ blue 17

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

Shades of Lime Green #2CDD11

Tints of Lime Green #2CDD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.03%

R = 15.6%
G = 78.37%
B = 6.03%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#2CDD11 (or 0x2CDD11) is known color: Lime Green. HEX triplet: 2C, DD and 11. RGB value is (44,221,17). Sum of RGB (Red+Green+Blue) = 44+221+17=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 221 (86.72% from 255 or 78.37% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDD11 is #D322EE. Grayscale: #919191. Windows color (decimal): -13837039 or 1170732. OLE color: 1170732.

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

Color convert

RGB 44 221 17 -
CMYK 0.80 0 0.92 0.13
HSL 112.06º 0.86% 0.47% -
HSV(B) 112.06º 0.92% 0.87% -
XYZ 27 52.29 9.2 -
YUV 144.82 55.86 56.09 -
System Red Green Blue C M Y K H S L
Decimal 44 221 17 0.80 0 0.92 0.13 112.06 0.86 0.47
Hex 2C DD 11 50 0 5C D 70 56 2F
Octal 54 335 21 120 0 134 15 160 126 57
Binary 101100 11011101 10001 1010000 0 1011100 1101 1110000 1010110 101111

Color Harmonies of #2CDD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDD11

Black with #2CDD11

Text Example


Text Example

White with #2CDD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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