Html Css Color HEX #1CB320 Lime Green

📋 copy color: '#1CB320'

red 28 ◦ green 179 ◦ blue 32

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

Shades of Lime Green #1CB320

Tints of Lime Green #1CB320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 74.9%

 BLUE value IS 32 (12.89% from 255) = 13.39%

R = 11.72%
G = 74.9%
B = 13.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#1CB320 (or 0x1CB320) is known color: Lime Green. HEX triplet: 1C, B3 and 20. RGB value is (28,179,32). Sum of RGB (Red+Green+Blue) = 28+179+32=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 179 (70.31% from 255 or 74.90% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB320 is #E34CDF. Grayscale: #757575. Windows color (decimal): -14896352 or 2143004. OLE color: 2143004.

HSL color Cylindrical-coordinate representation of color #1CB320: hue angle of 121.59º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB320 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 28 179 32 -
CMYK 0.84 0 0.82 0.30
HSL 121.59º 0.73% 0.41% -
HSV(B) 121.59º 0.84% 0.7% -
XYZ 16.86 32.59 6.77 -
YUV 117.09 79.97 64.45 -
System Red Green Blue C M Y K H S L
Decimal 28 179 32 0.84 0 0.82 0.30 121.59 0.73 0.41
Hex 1C B3 20 54 0 52 1E 7A 49 29
Octal 34 263 40 124 0 122 36 172 111 51
Binary 11100 10110011 100000 1010100 0 1010010 11110 1111010 1001001 101001

Color Harmonies of #1CB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB320

Black with #1CB320

Text Example


Text Example

White with #1CB320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,179,32); }

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

background-color css

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

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

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

border-color css

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

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

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