#21cf28

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

Shades of Lime Green #21CF28

Tints of Lime Green #21CF28

Color information

#21CF28 (or 0x21CF28) is unknown color: approx Lime Green. HEX triplet: 21, CF and 28. RGB value is (33,207,40). Sum of RGB (Red+Green+Blue) = 33+207+40=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 207 (81.25% from 255 or 73.93% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 207 - color contains mainly: green. Hex color #21CF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CF28 is #DE30D7. Grayscale: #888888. Windows color (decimal): -14561496 or 2674465. OLE color: 2674465.

HSL color Cylindrical-coordinate representation of color #21CF28: hue angle of 122.41º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CF28 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB3320740-
CMYK0.8400.810.19
HSL122.41º72.5%47.06%-
HSV(B)122.41º84.06%81.18%-
XYZ23.3245.19.48-
YUV135.9473.8554.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.79%
GREEN value IS 207 (81.25% from 255) = 73.93%
BLUE value IS 40 (16.02% from 255) = 14.29%
R=11.79%
G=73.93%
B=14.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal33207400.8400.810.19122.4172.547.06
Hex21CF2854051137a482f
Octal413175012401212317211057
Binary100001110011111010001010100010100011001111110101001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21cf28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,207,40); }

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

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

 a { background-color: rgb(33,207,40); }

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

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

 span { border-color: rgb(33,207,40); }

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