Html Css Color HEX #1CCB16 Lime Green

📋 copy color: '#1CCB16'

red 28 ◦ green 203 ◦ blue 22

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

Shades of Lime Green #1CCB16

Tints of Lime Green #1CCB16

RGB

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

 GREEN value IS 203 (79.69% from 255) = 80.24%

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

R = 11.07%
G = 80.24%
B = 8.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#1CCB16 (or 0x1CCB16) is known color: Lime Green. HEX triplet: 1C, CB and 16. RGB value is (28,203,22). Sum of RGB (Red+Green+Blue) = 28+203+22=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 203 (79.69% from 255 or 80.24% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCB16 is #E334E9. Grayscale: #828282. Windows color (decimal): -14890218 or 1493788. OLE color: 1493788.

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

Color convert

RGB 28 203 22 -
CMYK 0.86 0 0.89 0.20
HSL 118.01º 0.8% 0.44% -
HSV(B) 118.01º 0.89% 0.8% -
XYZ 21.98 43.02 7.9 -
YUV 130.04 67.02 55.22 -
System Red Green Blue C M Y K H S L
Decimal 28 203 22 0.86 0 0.89 0.20 118.01 0.8 0.44
Hex 1C CB 16 56 0 59 14 76 50 2C
Octal 34 313 26 126 0 131 24 166 120 54
Binary 11100 11001011 10110 1010110 0 1011001 10100 1110110 1010000 101100

Color Harmonies of #1CCB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCB16

Black with #1CCB16

Text Example


Text Example

White with #1CCB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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