#2CFF6B

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

Shades of Spring Green #2CFF6B

Tints of Spring Green #2CFF6B

Color information

#2CFF6B (or 0x2CFF6B) is unknown color: approx Spring Green. HEX triplet: 2C, FF and 6B. RGB value is (44,255,107). Sum of RGB (Red+Green+Blue) = 44+255+107=406 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.84% from 406); Green value is 255 (100% from 255 or 62.81% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFF6B is #D30094. Grayscale: #AFAFAF. Windows color (decimal): -13828245 or 7077676. OLE color: 7077676.

HSL color Cylindrical-coordinate representation of color #2CFF6B: hue angle of 137.91º 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 #2CFF6B is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB44255107-
CMYK0.8300.580
HSL137.91º100%58.63%-
HSV(B)137.91º82.75%100%-
XYZ39.4573.1225.94-
YUV175.0489.634.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.84%
GREEN value IS 255 (100% from 255) = 62.81%
BLUE value IS 107 (42.19% from 255) = 26.35%
R=10.84%
G=62.81%
B=26.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal442551070.8300.580137.9110058.63
Hex2CFF6B5303A08a643b
Octal54377153123072021214473
Binary101100111111111101011101001101110100100010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CFF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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