Html Css Color HEX #1CBB0E Lime Green

📋 copy color: '#1CBB0E'

red 28 ◦ green 187 ◦ blue 14

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

Shades of Lime Green #1CBB0E

Tints of Lime Green #1CBB0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.11%

R = 12.23%
G = 81.66%
B = 6.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#1CBB0E (or 0x1CBB0E) is known color: Lime Green. HEX triplet: 1C, BB and 0E. RGB value is (28,187,14). Sum of RGB (Red+Green+Blue) = 28+187+14=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 187 (73.44% from 255 or 81.66% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBB0E is #E344F1. Grayscale: #787878. Windows color (decimal): -14894322 or 965404. OLE color: 965404.

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

Color convert

RGB 28 187 14 -
CMYK 0.85 0 0.93 0.27
HSL 115.14º 0.86% 0.39% -
HSV(B) 115.14º 0.93% 0.73% -
XYZ 18.33 35.82 6.36 -
YUV 119.74 68.32 62.57 -
System Red Green Blue C M Y K H S L
Decimal 28 187 14 0.85 0 0.93 0.27 115.14 0.86 0.39
Hex 1C BB E 55 0 5D 1B 73 56 27
Octal 34 273 16 125 0 135 33 163 126 47
Binary 11100 10111011 1110 1010101 0 1011101 11011 1110011 1010110 100111

Color Harmonies of #1CBB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBB0E

Black with #1CBB0E

Text Example


Text Example

White with #1CBB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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