Html Css Color HEX #1CB916 Lime Green

📋 copy color: '#1CB916'

red 28 ◦ green 185 ◦ blue 22

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

Shades of Lime Green #1CB916

Tints of Lime Green #1CB916

RGB

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

 GREEN value IS 185 (72.66% from 255) = 78.72%

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

R = 11.91%
G = 78.72%
B = 9.36%

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

#1CB916 (or 0x1CB916) is known color: Lime Green. HEX triplet: 1C, B9 and 16. RGB value is (28,185,22). Sum of RGB (Red+Green+Blue) = 28+185+22=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 185 (72.66% from 255 or 78.72% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 185 - color contains mainly: green. Hex color #1CB916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB916 is #E346E9. Grayscale: #777777. Windows color (decimal): -14894826 or 1489180. OLE color: 1489180.

HSL color Cylindrical-coordinate representation of color #1CB916: hue angle of 117.79º 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 #1CB916 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 185 22 -
CMYK 0.85 0 0.88 0.27
HSL 117.79º 0.79% 0.41% -
HSV(B) 117.79º 0.88% 0.73% -
XYZ 17.97 35 6.57 -
YUV 119.48 72.99 62.75 -
System Red Green Blue C M Y K H S L
Decimal 28 185 22 0.85 0 0.88 0.27 117.79 0.79 0.41
Hex 1C B9 16 55 0 58 1B 76 4F 29
Octal 34 271 26 125 0 130 33 166 117 51
Binary 11100 10111001 10110 1010101 0 1011000 11011 1110110 1001111 101001

Color Harmonies of #1CB916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB916

Black with #1CB916

Text Example


Text Example

White with #1CB916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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