Html Css Color HEX #1CBC1C Lime Green

📋 copy color: '#1CBC1C'

red 28 ◦ green 188 ◦ blue 28

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

Shades of Lime Green #1CBC1C

Tints of Lime Green #1CBC1C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 77.05%

 BLUE value IS 28 (11.33% from 255) = 11.48%

R = 11.48%
G = 77.05%
B = 11.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#1CBC1C (or 0x1CBC1C) is known color: Lime Green. HEX triplet: 1C, BC and 1C. RGB value is (28,188,28). Sum of RGB (Red+Green+Blue) = 28+188+28=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 188 (73.83% from 255 or 77.05% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBC1C is #E343E3. Grayscale: #7A7A7A. Windows color (decimal): -14894052 or 1883164. OLE color: 1883164.

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

Color convert

RGB 28 188 28 -
CMYK 0.85 0 0.85 0.26
HSL 120º 0.74% 0.42% -
HSV(B) 120º 0.85% 0.74% -
XYZ 18.67 36.3 7.12 -
YUV 121.92 74.99 61.01 -
System Red Green Blue C M Y K H S L
Decimal 28 188 28 0.85 0 0.85 0.26 120 0.74 0.42
Hex 1C BC 1C 55 0 55 1A 78 4A 2A
Octal 34 274 34 125 0 125 32 170 112 52
Binary 11100 10111100 11100 1010101 0 1010101 11010 1111000 1001010 101010

Color Harmonies of #1CBC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBC1C

Black with #1CBC1C

Text Example


Text Example

White with #1CBC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,188,28); }

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

background-color css

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

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

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

border-color css

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

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

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