Html Css Color HEX #2CFC7C Spring Green

📋 copy color: '#2CFC7C'

red 44 ◦ green 252 ◦ blue 124

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

Shades of Spring Green #2CFC7C

Tints of Spring Green #2CFC7C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 60%

 BLUE value IS 124 (48.83% from 255) = 29.52%

R = 10.48%
G = 60%
B = 29.52%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#2CFC7C (or 0x2CFC7C) is known color: Spring Green. HEX triplet: 2C, FC and 7C. RGB value is (44,252,124). Sum of RGB (Red+Green+Blue) = 44+252+124=420 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.48% from 420); Green value is 252 (98.83% from 255 or 60% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFC7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFC7C is #D30383. Grayscale: #AFAFAF. Windows color (decimal): -13828996 or 8191020. OLE color: 8191020.

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

Color convert

RGB 44 252 124 -
CMYK 0.83 0 0.51 0.01
HSL 143.08º 0.97% 0.58% -
HSV(B) 143.08º 0.83% 0.99% -
XYZ 39.49 71.61 30.81 -
YUV 175.22 99.09 34.41 -
System Red Green Blue C M Y K H S L
Decimal 44 252 124 0.83 0 0.51 0.01 143.08 0.97 0.58
Hex 2C FC 7C 53 0 33 1 8F 61 3A
Octal 54 374 174 123 0 63 1 217 141 72
Binary 101100 11111100 1111100 1010011 0 110011 1 10001111 1100001 111010

Color Harmonies of #2CFC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CFC7C

Black with #2CFC7C

Text Example


Text Example

White with #2CFC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,252,124); }

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

background-color css

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

 a { background-color: rgb(44,252,124); }

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

border-color css

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

 span { border-color: rgb(44,252,124); }

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