Html Css Color HEX #2CF970 Spring Green

📋 copy color: '#2CF970'

red 44 ◦ green 249 ◦ blue 112

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

Shades of Spring Green #2CF970

Tints of Spring Green #2CF970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.65%

R = 10.86%
G = 61.48%
B = 27.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#2CF970 (or 0x2CF970) is known color: Spring Green. HEX triplet: 2C, F9 and 70. RGB value is (44,249,112). Sum of RGB (Red+Green+Blue) = 44+249+112=405 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.86% from 405); Green value is 249 (97.66% from 255 or 61.48% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF970 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF970 is #D3068F. Grayscale: #ACACAC. Windows color (decimal): -13829776 or 7403820. OLE color: 7403820.

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

Color convert

RGB 44 249 112 -
CMYK 0.82 0 0.55 0.02
HSL 139.9º 0.94% 0.57% -
HSV(B) 139.9º 0.82% 0.98% -
XYZ 37.84 69.46 26.74 -
YUV 172.09 94.08 36.64 -
System Red Green Blue C M Y K H S L
Decimal 44 249 112 0.82 0 0.55 0.02 139.9 0.94 0.57
Hex 2C F9 70 52 0 37 2 8C 5E 39
Octal 54 371 160 122 0 67 2 214 136 71
Binary 101100 11111001 1110000 1010010 0 110111 10 10001100 1011110 111001

Color Harmonies of #2CF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF970

Black with #2CF970

Text Example


Text Example

White with #2CF970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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