Html Css Color HEX #2DF275 Spring Green

📋 copy color: '#2DF275'

red 45 ◦ green 242 ◦ blue 117

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

Shades of Spring Green #2DF275

Tints of Spring Green #2DF275

RGB

 RED value IS 45 (17.97% from 255) = 11.14%

 GREEN value IS 242 (94.92% from 255) = 59.9%

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

R = 11.14%
G = 59.9%
B = 28.96%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#2DF275 (or 0x2DF275) is known color: Spring Green. HEX triplet: 2D, F2 and 75. RGB value is (45,242,117). Sum of RGB (Red+Green+Blue) = 45+242+117=404 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.14% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF275 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF275 is #D20D8A. Grayscale: #A9A9A9. Windows color (decimal): -13766027 or 7729709. OLE color: 7729709.

HSL color Cylindrical-coordinate representation of color #2DF275: hue angle of 141.93º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF275 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 45 242 117 -
CMYK 0.81 0 0.52 0.05
HSL 141.93º 0.88% 0.56% -
HSV(B) 141.93º 0.81% 0.95% -
XYZ 36.05 65.35 27.54 -
YUV 168.85 98.73 39.66 -
System Red Green Blue C M Y K H S L
Decimal 45 242 117 0.81 0 0.52 0.05 141.93 0.88 0.56
Hex 2D F2 75 51 0 34 5 8E 58 38
Octal 55 362 165 121 0 64 5 216 130 70
Binary 101101 11110010 1110101 1010001 0 110100 101 10001110 1011000 111000

Color Harmonies of #2DF275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF275

Black with #2DF275

Text Example


Text Example

White with #2DF275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,242,117); }

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

background-color css

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

 a { background-color: rgb(45,242,117); }

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

border-color css

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

 span { border-color: rgb(45,242,117); }

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