Html Css Color HEX #1CBF0C Lime Green

📋 copy color: '#1CBF0C'

red 28 ◦ green 191 ◦ blue 12

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

Shades of Lime Green #1CBF0C

Tints of Lime Green #1CBF0C

RGB

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

 GREEN value IS 191 (75% from 255) = 82.68%

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

R = 12.12%
G = 82.68%
B = 5.19%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#1CBF0C (or 0x1CBF0C) is known color: Lime Green. HEX triplet: 1C, BF and 0C. RGB value is (28,191,12). Sum of RGB (Red+Green+Blue) = 28+191+12=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 191 (75% from 255 or 82.68% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 191 - color contains mainly: green. Hex color #1CBF0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBF0C is #E340F3. Grayscale: #7A7A7A. Windows color (decimal): -14893300 or 835356. OLE color: 835356.

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

Color convert

RGB 28 191 12 -
CMYK 0.85 0 0.94 0.25
HSL 114.64º 0.88% 0.4% -
HSV(B) 114.64º 0.94% 0.75% -
XYZ 19.18 37.54 6.58 -
YUV 121.86 66 61.05 -
System Red Green Blue C M Y K H S L
Decimal 28 191 12 0.85 0 0.94 0.25 114.64 0.88 0.4
Hex 1C BF C 55 0 5E 19 73 58 28
Octal 34 277 14 125 0 136 31 163 130 50
Binary 11100 10111111 1100 1010101 0 1011110 11001 1110011 1011000 101000

Color Harmonies of #1CBF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBF0C

Black with #1CBF0C

Text Example


Text Example

White with #1CBF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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