Html Css Color HEX #21F27F Spring Green

📋 copy color: '#21F27F'

red 33 ◦ green 242 ◦ blue 127

#21F27F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #21F27F

Tints of Spring Green #21F27F

RGB

 RED value IS 33 (13.28% from 255) = 8.21%

 GREEN value IS 242 (94.92% from 255) = 60.2%

 BLUE value IS 127 (50% from 255) = 31.59%

R = 8.21%
G = 60.2%
B = 31.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#21F27F (or 0x21F27F) is known color: Spring Green. HEX triplet: 21, F2 and 7F. RGB value is (33,242,127). Sum of RGB (Red+Green+Blue) = 33+242+127=402 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.21% from 402); Green value is 242 (94.92% from 255 or 60.20% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 242 - color contains mainly: green. Hex color #21F27F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F27F is #DE0D80. Grayscale: #A6A6A6. Windows color (decimal): -14552449 or 8385057. OLE color: 8385057.

HSL color Cylindrical-coordinate representation of color #21F27F: hue angle of 146.99º 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 #21F27F is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 33 242 127 -
CMYK 0.86 0 0.48 0.05
HSL 146.99º 0.89% 0.54% -
HSV(B) 146.99º 0.86% 0.95% -
XYZ 36.21 65.36 30.79 -
YUV 166.4 105.76 32.85 -
System Red Green Blue C M Y K H S L
Decimal 33 242 127 0.86 0 0.48 0.05 146.99 0.89 0.54
Hex 21 F2 7F 56 0 30 5 93 59 36
Octal 41 362 177 126 0 60 5 223 131 66
Binary 100001 11110010 1111111 1010110 0 110000 101 10010011 1011001 110110

Color Harmonies of #21F27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21F27F

Black with #21F27F

Text Example


Text Example

White with #21F27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21F27F;
 }
 .AnyTagClassName
 {
   color: #21F27F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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