Html Css Color HEX #2CCC16 Lime Green

📋 copy color: '#2CCC16'

red 44 ◦ green 204 ◦ blue 22

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

Shades of Lime Green #2CCC16

Tints of Lime Green #2CCC16

RGB

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

 GREEN value IS 204 (80.08% from 255) = 75.56%

 BLUE value IS 22 (8.98% from 255) = 8.15%

R = 16.3%
G = 75.56%
B = 8.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#2CCC16 (or 0x2CCC16) is known color: Lime Green. HEX triplet: 2C, CC and 16. RGB value is (44,204,22). Sum of RGB (Red+Green+Blue) = 44+204+22=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 204 (80.08% from 255 or 75.56% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCC16 is #D333E9. Grayscale: #878787. Windows color (decimal): -13841386 or 1494060. OLE color: 1494060.

HSL color Cylindrical-coordinate representation of color #2CCC16: hue angle of 112.75º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2CCC16 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 44 204 22 -
CMYK 0.78 0 0.89 0.2
HSL 112.75º 0.81% 0.44% -
HSV(B) 112.75º 0.89% 0.8% -
XYZ 22.78 43.78 8.01 -
YUV 135.41 63.99 62.8 -
System Red Green Blue C M Y K H S L
Decimal 44 204 22 0.78 0 0.89 0.2 112.75 0.81 0.44
Hex 2C CC 16 4E 0 59 14 71 51 2C
Octal 54 314 26 116 0 131 24 161 121 54
Binary 101100 11001100 10110 1001110 0 1011001 10100 1110001 1010001 101100

Color Harmonies of #2CCC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCC16

Black with #2CCC16

Text Example


Text Example

White with #2CCC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,204,22); }

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

background-color css

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

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

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

border-color css

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

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

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