Html Css Color HEX #1CB516 Lime Green

📋 copy color: '#1CB516'

red 28 ◦ green 181 ◦ blue 22

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

Shades of Lime Green #1CB516

Tints of Lime Green #1CB516

RGB

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

 GREEN value IS 181 (71.09% from 255) = 78.35%

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

R = 12.12%
G = 78.35%
B = 9.52%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#1CB516 (or 0x1CB516) is known color: Lime Green. HEX triplet: 1C, B5 and 16. RGB value is (28,181,22). Sum of RGB (Red+Green+Blue) = 28+181+22=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 181 (71.09% from 255 or 78.35% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB516 is #E34AE9. Grayscale: #757575. Windows color (decimal): -14895850 or 1488156. OLE color: 1488156.

HSL color Cylindrical-coordinate representation of color #1CB516: hue angle of 117.74º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CB516 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 181 22 -
CMYK 0.85 0 0.88 0.29
HSL 117.74º 0.78% 0.4% -
HSV(B) 117.74º 0.88% 0.71% -
XYZ 17.15 33.35 6.29 -
YUV 117.13 74.31 64.43 -
System Red Green Blue C M Y K H S L
Decimal 28 181 22 0.85 0 0.88 0.29 117.74 0.78 0.4
Hex 1C B5 16 55 0 58 1D 76 4E 28
Octal 34 265 26 125 0 130 35 166 116 50
Binary 11100 10110101 10110 1010101 0 1011000 11101 1110110 1001110 101000

Color Harmonies of #1CB516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB516

Black with #1CB516

Text Example


Text Example

White with #1CB516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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