#2CFF6A

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

Shades of Spring Green #2CFF6A

Tints of Spring Green #2CFF6A

Color information

#2CFF6A (or 0x2CFF6A) is unknown color: approx Spring Green. HEX triplet: 2C, FF and 6A. RGB value is (44,255,106). Sum of RGB (Red+Green+Blue) = 44+255+106=405 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.86% from 405); Green value is 255 (100% from 255 or 62.96% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFF6A is #D30095. Grayscale: #AFAFAF. Windows color (decimal): -13828246 or 7012140. OLE color: 7012140.

HSL color Cylindrical-coordinate representation of color #2CFF6A: hue angle of 137.63º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFF6A is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB44255106-
CMYK0.8300.580
HSL137.63º100%58.63%-
HSV(B)137.63º82.75%100%-
XYZ39.473.125.67-
YUV174.9289.134.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.86%
GREEN value IS 255 (100% from 255) = 62.96%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=10.86%
G=62.96%
B=26.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal442551060.8300.580137.6310058.63
Hex2CFF6A5303A08a643b
Octal54377152123072021214473
Binary101100111111111101010101001101110100100010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CFF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CFF6A; }

 p { color: rgb(44,255,106); }

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

<style>
 a { background-color: #2CFF6A; }

 a { background-color: rgb(44,255,106); }

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

<style>
 span { border-color: #2CFF6A; }

 span { border-color: rgb(44,255,106); }

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