#2CFF68

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

Shades of Spring Green #2CFF68

Tints of Spring Green #2CFF68

Color information

#2CFF68 (or 0x2CFF68) is unknown color: approx Spring Green. HEX triplet: 2C, FF and 68. RGB value is (44,255,104). Sum of RGB (Red+Green+Blue) = 44+255+104=403 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.92% from 403); Green value is 255 (100% from 255 or 63.28% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFF68 is #D30097. Grayscale: #AFAFAF. Windows color (decimal): -13828248 or 6881068. OLE color: 6881068.

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

Color convert

RGB44255104-
CMYK0.8300.590
HSL137.06º100%58.63%-
HSV(B)137.06º82.75%100%-
XYZ39.373.0525.13-
YUV174.788.134.78-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.92%
GREEN value IS 255 (100% from 255) = 63.28%
BLUE value IS 104 (41.02% from 255) = 25.81%
R=10.92%
G=63.28%
B=25.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal442551040.8300.590137.0610058.63
Hex2CFF685303B089643b
Octal54377150123073021114473
Binary101100111111111101000101001101110110100010011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CFF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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