Html Css Color HEX #1CBB16 Lime Green

📋 copy color: '#1CBB16'

red 28 ◦ green 187 ◦ blue 22

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

Shades of Lime Green #1CBB16

Tints of Lime Green #1CBB16

RGB

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

 GREEN value IS 187 (73.44% from 255) = 78.9%

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

R = 11.81%
G = 78.9%
B = 9.28%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#1CBB16 (or 0x1CBB16) is known color: Lime Green. HEX triplet: 1C, BB and 16. RGB value is (28,187,22). Sum of RGB (Red+Green+Blue) = 28+187+22=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 187 (73.44% from 255 or 78.90% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBB16 is #E344E9. Grayscale: #797979. Windows color (decimal): -14894314 or 1489692. OLE color: 1489692.

HSL color Cylindrical-coordinate representation of color #1CBB16: hue angle of 117.82º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CBB16 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 187 22 -
CMYK 0.85 0 0.88 0.27
HSL 117.82º 0.79% 0.41% -
HSV(B) 117.82º 0.88% 0.73% -
XYZ 18.39 35.85 6.71 -
YUV 120.65 72.32 61.92 -
System Red Green Blue C M Y K H S L
Decimal 28 187 22 0.85 0 0.88 0.27 117.82 0.79 0.41
Hex 1C BB 16 55 0 58 1B 76 4F 29
Octal 34 273 26 125 0 130 33 166 117 51
Binary 11100 10111011 10110 1010101 0 1011000 11011 1110110 1001111 101001

Color Harmonies of #1CBB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBB16

Black with #1CBB16

Text Example


Text Example

White with #1CBB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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