#21CC31

Color #21CC31 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #21CC31

Tints of Lime Green #21CC31

Color information

#21CC31 (or 0x21CC31) is unknown color: approx Lime Green. HEX triplet: 21, CC and 31. RGB value is (33,204,49). Sum of RGB (Red+Green+Blue) = 33+204+49=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 204 (80.08% from 255 or 71.33% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CC31 is #DE33CE. Grayscale: #878787. Windows color (decimal): -14562255 or 3263521. OLE color: 3263521.

HSL color Cylindrical-coordinate representation of color #21CC31: hue angle of 125.61º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CC31 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB3320449-
CMYK0.8400.760.2
HSL125.61º72.15%46.47%-
HSV(B)125.61º83.82%80%-
XYZ22.7743.7310.15-
YUV135.279.3555.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 204 (80.08% from 255) = 71.33%
BLUE value IS 49 (19.53% from 255) = 17.13%
R=11.54%
G=71.33%
B=17.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal33204490.8400.760.2125.6172.1546.47
Hex21CC315404C147e482e
Octal413146112401142417611056
Binary100001110011001100011010100010011001010011111101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21CC31; }

 p { color: rgb(33,204,49); }

 H1.HeaderClassName
 {
   color: #21CC31;
 }
 .AnyTagClassName
 {
   color: #21CC31;
 }
</style>
background-color css

<style>
 a { background-color: #21CC31; }

 a { background-color: rgb(33,204,49); }

 div.DivClassName
 {
   background-color: #21CC31;
 }
 .BgClassName
 {
   background-color: #21CC31;
 }
</style>
border-color css

<style>
 span { border-color: #21CC31; }

 span { border-color: rgb(33,204,49); }

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