Html Css Color HEX #1CB528 Lime Green

📋 copy color: '#1CB528'

red 28 ◦ green 181 ◦ blue 40

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

Shades of Lime Green #1CB528

Tints of Lime Green #1CB528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.06%

R = 11.24%
G = 72.69%
B = 16.06%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#1CB528 (or 0x1CB528) is known color: Lime Green. HEX triplet: 1C, B5 and 28. RGB value is (28,181,40). Sum of RGB (Red+Green+Blue) = 28+181+40=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 181 (71.09% from 255 or 72.69% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB528 is #E34AD7. Grayscale: #777777. Windows color (decimal): -14895832 or 2667804. OLE color: 2667804.

HSL color Cylindrical-coordinate representation of color #1CB528: hue angle of 124.71º 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 #1CB528 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 181 40 -
CMYK 0.85 0 0.78 0.29
HSL 124.71º 0.73% 0.41% -
HSV(B) 124.71º 0.85% 0.71% -
XYZ 17.39 33.45 7.55 -
YUV 119.18 83.31 62.96 -
System Red Green Blue C M Y K H S L
Decimal 28 181 40 0.85 0 0.78 0.29 124.71 0.73 0.41
Hex 1C B5 28 55 0 4E 1D 7D 49 29
Octal 34 265 50 125 0 116 35 175 111 51
Binary 11100 10110101 101000 1010101 0 1001110 11101 1111101 1001001 101001

Color Harmonies of #1CB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB528

Black with #1CB528

Text Example


Text Example

White with #1CB528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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