Html Css Color HEX #2DED75 Spring Green

📋 copy color: '#2DED75'

red 45 ◦ green 237 ◦ blue 117

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

Shades of Spring Green #2DED75

Tints of Spring Green #2DED75

RGB

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

 GREEN value IS 237 (92.97% from 255) = 59.4%

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

R = 11.28%
G = 59.4%
B = 29.32%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#2DED75 (or 0x2DED75) is known color: Spring Green. HEX triplet: 2D, ED and 75. RGB value is (45,237,117). Sum of RGB (Red+Green+Blue) = 45+237+117=399 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.28% from 399); Green value is 237 (92.97% from 255 or 59.40% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 237 - color contains mainly: green. Hex color #2DED75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DED75 is #D2128A. Grayscale: #A6A6A6. Windows color (decimal): -13767307 or 7728429. OLE color: 7728429.

HSL color Cylindrical-coordinate representation of color #2DED75: hue angle of 142.5º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DED75 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 45 237 117 -
CMYK 0.81 0 0.51 0.07
HSL 142.5º 0.84% 0.55% -
HSV(B) 142.5º 0.81% 0.93% -
XYZ 34.58 62.41 27.05 -
YUV 165.91 100.39 41.76 -
System Red Green Blue C M Y K H S L
Decimal 45 237 117 0.81 0 0.51 0.07 142.5 0.84 0.55
Hex 2D ED 75 51 0 33 7 8E 54 37
Octal 55 355 165 121 0 63 7 216 124 67
Binary 101101 11101101 1110101 1010001 0 110011 111 10001110 1010100 110111

Color Harmonies of #2DED75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DED75

Black with #2DED75

Text Example


Text Example

White with #2DED75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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