Html Css Color HEX #1CBD0C Lime Green

📋 copy color: '#1CBD0C'

red 28 ◦ green 189 ◦ blue 12

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

Shades of Lime Green #1CBD0C

Tints of Lime Green #1CBD0C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 82.53%

 BLUE value IS 12 (5.08% from 255) = 5.24%

R = 12.23%
G = 82.53%
B = 5.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#1CBD0C (or 0x1CBD0C) is known color: Lime Green. HEX triplet: 1C, BD and 0C. RGB value is (28,189,12). Sum of RGB (Red+Green+Blue) = 28+189+12=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 189 (74.22% from 255 or 82.53% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 189 - color contains mainly: green. Hex color #1CBD0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBD0C is #E342F3. Grayscale: #797979. Windows color (decimal): -14893812 or 834844. OLE color: 834844.

HSL color Cylindrical-coordinate representation of color #1CBD0C: hue angle of 114.58º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CBD0C is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 189 12 -
CMYK 0.85 0 0.94 0.26
HSL 114.58º 0.88% 0.39% -
HSV(B) 114.58º 0.94% 0.74% -
XYZ 18.74 36.67 6.44 -
YUV 120.68 66.66 61.89 -
System Red Green Blue C M Y K H S L
Decimal 28 189 12 0.85 0 0.94 0.26 114.58 0.88 0.39
Hex 1C BD C 55 0 5E 1A 73 58 27
Octal 34 275 14 125 0 136 32 163 130 47
Binary 11100 10111101 1100 1010101 0 1011110 11010 1110011 1011000 100111

Color Harmonies of #1CBD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBD0C

Black with #1CBD0C

Text Example


Text Example

White with #1CBD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,189,12); }

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

background-color css

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

 a { background-color: rgb(28,189,12); }

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

border-color css

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

 span { border-color: rgb(28,189,12); }

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