Html Css Color HEX #2FFD75 Spring Green

📋 copy color: '#2FFD75'

red 47 ◦ green 253 ◦ blue 117

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

Shades of Spring Green #2FFD75

Tints of Spring Green #2FFD75

RGB

 RED value IS 47 (18.75% from 255) = 11.27%

 GREEN value IS 253 (99.22% from 255) = 60.67%

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

R = 11.27%
G = 60.67%
B = 28.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#2FFD75 (or 0x2FFD75) is known color: Spring Green. HEX triplet: 2F, FD and 75. RGB value is (47,253,117). Sum of RGB (Red+Green+Blue) = 47+253+117=417 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.27% from 417); Green value is 253 (99.22% from 255 or 60.67% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFD75 is #D0028A. Grayscale: #B0B0B0. Windows color (decimal): -13632139 or 7732527. OLE color: 7732527.

HSL color Cylindrical-coordinate representation of color #2FFD75: hue angle of 140.39º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFD75 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 253 117 -
CMYK 0.81 0 0.54 0.01
HSL 140.39º 0.98% 0.59% -
HSV(B) 140.39º 0.81% 0.99% -
XYZ 39.51 72.14 28.67 -
YUV 175.9 94.75 36.06 -
System Red Green Blue C M Y K H S L
Decimal 47 253 117 0.81 0 0.54 0.01 140.39 0.98 0.59
Hex 2F FD 75 51 0 36 1 8C 62 3B
Octal 57 375 165 121 0 66 1 214 142 73
Binary 101111 11111101 1110101 1010001 0 110110 1 10001100 1100010 111011

Color Harmonies of #2FFD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFD75

Black with #2FFD75

Text Example


Text Example

White with #2FFD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,253,117); }

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

background-color css

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

 a { background-color: rgb(47,253,117); }

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

border-color css

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

 span { border-color: rgb(47,253,117); }

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