Html Css Color HEX #2CF96D Spring Green

📋 copy color: '#2CF96D'

red 44 ◦ green 249 ◦ blue 109

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

Shades of Spring Green #2CF96D

Tints of Spring Green #2CF96D

RGB

 RED value IS 44 (17.58% from 255) = 10.95%

 GREEN value IS 249 (97.66% from 255) = 61.94%

 BLUE value IS 109 (42.97% from 255) = 27.11%

R = 10.95%
G = 61.94%
B = 27.11%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#2CF96D (or 0x2CF96D) is known color: Spring Green. HEX triplet: 2C, F9 and 6D. RGB value is (44,249,109). Sum of RGB (Red+Green+Blue) = 44+249+109=402 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.95% from 402); Green value is 249 (97.66% from 255 or 61.94% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF96D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF96D is #D30692. Grayscale: #ACACAC. Windows color (decimal): -13829779 or 7207212. OLE color: 7207212.

HSL color Cylindrical-coordinate representation of color #2CF96D: hue angle of 139.02º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF96D is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 44 249 109 -
CMYK 0.82 0 0.56 0.02
HSL 139.02º 0.94% 0.57% -
HSV(B) 139.02º 0.82% 0.98% -
XYZ 37.67 69.39 25.88 -
YUV 171.75 92.58 36.88 -
System Red Green Blue C M Y K H S L
Decimal 44 249 109 0.82 0 0.56 0.02 139.02 0.94 0.57
Hex 2C F9 6D 52 0 38 2 8B 5E 39
Octal 54 371 155 122 0 70 2 213 136 71
Binary 101100 11111001 1101101 1010010 0 111000 10 10001011 1011110 111001

Color Harmonies of #2CF96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF96D

Black with #2CF96D

Text Example


Text Example

White with #2CF96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,249,109); }

 H1.HeaderClassName
 {
   color: #2CF96D;
 }
 .AnyTagClassName
 {
   color: #2CF96D;
 }
</style>

background-color css

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

 a { background-color: rgb(44,249,109); }

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

border-color css

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

 span { border-color: rgb(44,249,109); }

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