Html Css Color HEX #1CB520 Lime Green

📋 copy color: '#1CB520'

red 28 ◦ green 181 ◦ blue 32

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

Shades of Lime Green #1CB520

Tints of Lime Green #1CB520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 75.1%

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

R = 11.62%
G = 75.1%
B = 13.28%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#1CB520 (or 0x1CB520) is known color: Lime Green. HEX triplet: 1C, B5 and 20. RGB value is (28,181,32). Sum of RGB (Red+Green+Blue) = 28+181+32=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 181 (71.09% from 255 or 75.10% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB520 is #E34ADF. Grayscale: #767676. Windows color (decimal): -14895840 or 2143516. OLE color: 2143516.

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

Color convert

RGB 28 181 32 -
CMYK 0.85 0 0.82 0.29
HSL 121.57º 0.73% 0.41% -
HSV(B) 121.57º 0.85% 0.71% -
XYZ 17.26 33.4 6.9 -
YUV 118.27 79.31 63.62 -
System Red Green Blue C M Y K H S L
Decimal 28 181 32 0.85 0 0.82 0.29 121.57 0.73 0.41
Hex 1C B5 20 55 0 52 1D 7A 49 29
Octal 34 265 40 125 0 122 35 172 111 51
Binary 11100 10110101 100000 1010101 0 1010010 11101 1111010 1001001 101001

Color Harmonies of #1CB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB520

Black with #1CB520

Text Example


Text Example

White with #1CB520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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