Html Css Color HEX #1CB910 Lime Green

📋 copy color: '#1CB910'

red 28 ◦ green 185 ◦ blue 16

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

Shades of Lime Green #1CB910

Tints of Lime Green #1CB910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.99%

R = 12.23%
G = 80.79%
B = 6.99%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#1CB910 (or 0x1CB910) is known color: Lime Green. HEX triplet: 1C, B9 and 10. RGB value is (28,185,16). Sum of RGB (Red+Green+Blue) = 28+185+16=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 185 (72.66% from 255 or 80.79% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 185 - color contains mainly: green. Hex color #1CB910 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB910 is #E346EF. Grayscale: #777777. Windows color (decimal): -14894832 or 1095964. OLE color: 1095964.

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

Color convert

RGB 28 185 16 -
CMYK 0.85 0 0.91 0.27
HSL 115.74º 0.84% 0.39% -
HSV(B) 115.74º 0.91% 0.73% -
XYZ 17.92 34.98 6.3 -
YUV 118.79 69.99 63.24 -
System Red Green Blue C M Y K H S L
Decimal 28 185 16 0.85 0 0.91 0.27 115.74 0.84 0.39
Hex 1C B9 10 55 0 5B 1B 74 54 27
Octal 34 271 20 125 0 133 33 164 124 47
Binary 11100 10111001 10000 1010101 0 1011011 11011 1110100 1010100 100111

Color Harmonies of #1CB910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB910

Black with #1CB910

Text Example


Text Example

White with #1CB910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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