Html Css Color HEX #1CB915 Lime Green

📋 copy color: '#1CB915'

red 28 ◦ green 185 ◦ blue 21

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

Shades of Lime Green #1CB915

Tints of Lime Green #1CB915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.97%

R = 11.97%
G = 79.06%
B = 8.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#1CB915 (or 0x1CB915) is known color: Lime Green. HEX triplet: 1C, B9 and 15. RGB value is (28,185,21). Sum of RGB (Red+Green+Blue) = 28+185+21=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 185 (72.66% from 255 or 79.06% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 185 - color contains mainly: green. Hex color #1CB915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB915 is #E346EA. Grayscale: #777777. Windows color (decimal): -14894827 or 1423644. OLE color: 1423644.

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

Color convert

RGB 28 185 21 -
CMYK 0.85 0 0.89 0.27
HSL 117.44º 0.8% 0.4% -
HSV(B) 117.44º 0.89% 0.73% -
XYZ 17.96 35 6.52 -
YUV 119.36 72.49 62.84 -
System Red Green Blue C M Y K H S L
Decimal 28 185 21 0.85 0 0.89 0.27 117.44 0.8 0.4
Hex 1C B9 15 55 0 59 1B 75 50 28
Octal 34 271 25 125 0 131 33 165 120 50
Binary 11100 10111001 10101 1010101 0 1011001 11011 1110101 1010000 101000

Color Harmonies of #1CB915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB915

Black with #1CB915

Text Example


Text Example

White with #1CB915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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