Html Css Color HEX #2CF879 Spring Green

📋 copy color: '#2CF879'

red 44 ◦ green 248 ◦ blue 121

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

Shades of Spring Green #2CF879

Tints of Spring Green #2CF879

RGB

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

 GREEN value IS 248 (97.27% from 255) = 60.05%

 BLUE value IS 121 (47.66% from 255) = 29.3%

R = 10.65%
G = 60.05%
B = 29.3%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#2CF879 (or 0x2CF879) is known color: Spring Green. HEX triplet: 2C, F8 and 79. RGB value is (44,248,121). Sum of RGB (Red+Green+Blue) = 44+248+121=413 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.65% from 413); Green value is 248 (97.27% from 255 or 60.05% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 248 - color contains mainly: green. Hex color #2CF879 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF879 is #D30786. Grayscale: #ACACAC. Windows color (decimal): -13830023 or 7993388. OLE color: 7993388.

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

Color convert

RGB 44 248 121 -
CMYK 0.82 0 0.51 0.03
HSL 142.65º 0.94% 0.57% -
HSV(B) 142.65º 0.82% 0.97% -
XYZ 38.06 69.05 29.41 -
YUV 172.53 98.91 36.33 -
System Red Green Blue C M Y K H S L
Decimal 44 248 121 0.82 0 0.51 0.03 142.65 0.94 0.57
Hex 2C F8 79 52 0 33 3 8F 5E 39
Octal 54 370 171 122 0 63 3 217 136 71
Binary 101100 11111000 1111001 1010010 0 110011 11 10001111 1011110 111001

Color Harmonies of #2CF879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF879

Black with #2CF879

Text Example


Text Example

White with #2CF879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,248,121); }

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

background-color css

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

 a { background-color: rgb(44,248,121); }

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

border-color css

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

 span { border-color: rgb(44,248,121); }

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