#21CE38

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

Shades of Lime Green #21CE38

Tints of Lime Green #21CE38

Color information

#21CE38 (or 0x21CE38) is unknown color: approx Lime Green. HEX triplet: 21, CE and 38. RGB value is (33,206,56). Sum of RGB (Red+Green+Blue) = 33+206+56=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 206 (80.86% from 255 or 69.83% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CE38 is #DE31C7. Grayscale: #898989. Windows color (decimal): -14561736 or 3722785. OLE color: 3722785.

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

Color convert

RGB3320656-
CMYK0.8400.730.19
HSL127.98º72.38%46.86%-
HSV(B)127.98º83.98%80.78%-
XYZ23.4144.7511.15-
YUV137.1782.1953.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.19%
GREEN value IS 206 (80.86% from 255) = 69.83%
BLUE value IS 56 (22.27% from 255) = 18.98%
R=11.19%
G=69.83%
B=18.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal33206560.8400.730.19127.9872.3846.86
Hex21CE38540491380482f
Octal413167012401112320011057
Binary1000011100111011100010101000100100110011100000001001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,206,56); }

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

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

 a { background-color: rgb(33,206,56); }

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

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

 span { border-color: rgb(33,206,56); }

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