#21CC2B

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

Shades of Lime Green #21CC2B

Tints of Lime Green #21CC2B

Color information

#21CC2B (or 0x21CC2B) is unknown color: approx Lime Green. HEX triplet: 21, CC and 2B. RGB value is (33,204,43). Sum of RGB (Red+Green+Blue) = 33+204+43=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 204 (80.08% from 255 or 72.86% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CC2B is #DE33D4. Grayscale: #868686. Windows color (decimal): -14562261 or 2870305. OLE color: 2870305.

HSL color Cylindrical-coordinate representation of color #21CC2B: hue angle of 123.51º 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 #21CC2B is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB3320443-
CMYK0.8400.790.2
HSL123.51º72.15%46.47%-
HSV(B)123.51º83.82%80%-
XYZ22.6643.689.52-
YUV134.5276.3555.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.79%
GREEN value IS 204 (80.08% from 255) = 72.86%
BLUE value IS 43 (17.19% from 255) = 15.36%
R=11.79%
G=72.86%
B=15.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal33204430.8400.790.2123.5172.1546.47
Hex21CC2B5404F147c482e
Octal413145312401172417411056
Binary100001110011001010111010100010011111010011111001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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