Html Css Color HEX #2CF975 Spring Green

📋 copy color: '#2CF975'

red 44 ◦ green 249 ◦ blue 117

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

Shades of Spring Green #2CF975

Tints of Spring Green #2CF975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 10.73%
G = 60.73%
B = 28.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#2CF975 (or 0x2CF975) is known color: Spring Green. HEX triplet: 2C, F9 and 75. RGB value is (44,249,117). Sum of RGB (Red+Green+Blue) = 44+249+117=410 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.73% from 410); Green value is 249 (97.66% from 255 or 60.73% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF975 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF975 is #D3068A. Grayscale: #ACACAC. Windows color (decimal): -13829771 or 7731500. OLE color: 7731500.

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

Color convert

RGB 44 249 117 -
CMYK 0.82 0 0.53 0.02
HSL 141.37º 0.94% 0.57% -
HSV(B) 141.37º 0.82% 0.98% -
XYZ 38.13 69.57 28.25 -
YUV 172.66 96.58 36.23 -
System Red Green Blue C M Y K H S L
Decimal 44 249 117 0.82 0 0.53 0.02 141.37 0.94 0.57
Hex 2C F9 75 52 0 35 2 8D 5E 39
Octal 54 371 165 122 0 65 2 215 136 71
Binary 101100 11111001 1110101 1010010 0 110101 10 10001101 1011110 111001

Color Harmonies of #2CF975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF975

Black with #2CF975

Text Example


Text Example

White with #2CF975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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