Html Css Color HEX #1CCC16 Lime Green

📋 copy color: '#1CCC16'

red 28 ◦ green 204 ◦ blue 22

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

Shades of Lime Green #1CCC16

Tints of Lime Green #1CCC16

RGB

 RED value IS 28 (11.33% from 255) = 11.02%

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

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

R = 11.02%
G = 80.31%
B = 8.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#1CCC16 (or 0x1CCC16) is known color: Lime Green. HEX triplet: 1C, CC and 16. RGB value is (28,204,22). Sum of RGB (Red+Green+Blue) = 28+204+22=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 204 (80.08% from 255 or 80.31% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCC16 is #E333E9. Grayscale: #838383. Windows color (decimal): -14889962 or 1494044. OLE color: 1494044.

HSL color Cylindrical-coordinate representation of color #1CCC16: hue angle of 118.02º 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 #1CCC16 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 28 204 22 -
CMYK 0.86 0 0.89 0.2
HSL 118.02º 0.81% 0.44% -
HSV(B) 118.02º 0.89% 0.8% -
XYZ 22.22 43.49 7.98 -
YUV 130.63 66.69 54.8 -
System Red Green Blue C M Y K H S L
Decimal 28 204 22 0.86 0 0.89 0.2 118.02 0.81 0.44
Hex 1C CC 16 56 0 59 14 76 51 2C
Octal 34 314 26 126 0 131 24 166 121 54
Binary 11100 11001100 10110 1010110 0 1011001 10100 1110110 1010001 101100

Color Harmonies of #1CCC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCC16

Black with #1CCC16

Text Example


Text Example

White with #1CCC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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