#21F27C

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

Shades of Spring Green #21F27C

Tints of Spring Green #21F27C

Color information

#21F27C (or 0x21F27C) is unknown color: approx Spring Green. HEX triplet: 21, F2 and 7C. RGB value is (33,242,124). Sum of RGB (Red+Green+Blue) = 33+242+124=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 242 (94.92% from 255 or 60.65% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 242 - color contains mainly: green. Hex color #21F27C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F27C is #DE0D83. Grayscale: #A6A6A6. Windows color (decimal): -14552452 or 8188449. OLE color: 8188449.

HSL color Cylindrical-coordinate representation of color #21F27C: hue angle of 146.12º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F27C is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB33242124-
CMYK0.8600.490.05
HSL146.12º88.94%53.92%-
HSV(B)146.12º86.36%94.9%-
XYZ36.0265.2829.77-
YUV166.06104.2633.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.27%
GREEN value IS 242 (94.92% from 255) = 60.65%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=8.27%
G=60.65%
B=31.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal332421240.8600.490.05146.1288.9453.92
Hex21F27C560315925936
Octal41362174126061522213166
Binary10000111110010111110010101100110001101100100101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21F27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,242,124); }

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

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

 a { background-color: rgb(33,242,124); }

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

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

 span { border-color: rgb(33,242,124); }

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