Html Css Color HEX #1CB521 Lime Green

📋 copy color: '#1CB521'

red 28 ◦ green 181 ◦ blue 33

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

Shades of Lime Green #1CB521

Tints of Lime Green #1CB521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.64%

R = 11.57%
G = 74.79%
B = 13.64%

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

#1CB521 (or 0x1CB521) is known color: Lime Green. HEX triplet: 1C, B5 and 21. RGB value is (28,181,33). Sum of RGB (Red+Green+Blue) = 28+181+33=242 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.57% from 242); Green value is 181 (71.09% from 255 or 74.79% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB521 is #E34ADE. Grayscale: #767676. Windows color (decimal): -14895839 or 2209052. OLE color: 2209052.

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

Color convert

RGB 28 181 33 -
CMYK 0.85 0 0.82 0.29
HSL 121.96º 0.73% 0.41% -
HSV(B) 121.96º 0.85% 0.71% -
XYZ 17.28 33.4 6.98 -
YUV 118.38 79.81 63.53 -
System Red Green Blue C M Y K H S L
Decimal 28 181 33 0.85 0 0.82 0.29 121.96 0.73 0.41
Hex 1C B5 21 55 0 52 1D 7A 49 29
Octal 34 265 41 125 0 122 35 172 111 51
Binary 11100 10110101 100001 1010101 0 1010010 11101 1111010 1001001 101001

Color Harmonies of #1CB521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB521

Black with #1CB521

Text Example


Text Example

White with #1CB521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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