Html Css Color HEX #2CF96C Spring Green

📋 copy color: '#2CF96C'

red 44 ◦ green 249 ◦ blue 108

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

Shades of Spring Green #2CF96C

Tints of Spring Green #2CF96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 10.97%
G = 62.09%
B = 26.93%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#2CF96C (or 0x2CF96C) is known color: Spring Green. HEX triplet: 2C, F9 and 6C. RGB value is (44,249,108). Sum of RGB (Red+Green+Blue) = 44+249+108=401 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.97% from 401); Green value is 249 (97.66% from 255 or 62.09% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF96C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF96C is #D30693. Grayscale: #ABABAB. Windows color (decimal): -13829780 or 7141676. OLE color: 7141676.

HSL color Cylindrical-coordinate representation of color #2CF96C: hue angle of 138.73º 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 #2CF96C is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 44 249 108 -
CMYK 0.82 0 0.57 0.02
HSL 138.73º 0.94% 0.57% -
HSV(B) 138.73º 0.82% 0.98% -
XYZ 37.62 69.37 25.59 -
YUV 171.63 92.08 36.96 -
System Red Green Blue C M Y K H S L
Decimal 44 249 108 0.82 0 0.57 0.02 138.73 0.94 0.57
Hex 2C F9 6C 52 0 39 2 8B 5E 39
Octal 54 371 154 122 0 71 2 213 136 71
Binary 101100 11111001 1101100 1010010 0 111001 10 10001011 1011110 111001

Color Harmonies of #2CF96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF96C

Black with #2CF96C

Text Example


Text Example

White with #2CF96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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