Html Css Color HEX #2DFE75 Spring Green

📋 copy color: '#2DFE75'

red 45 ◦ green 254 ◦ blue 117

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

Shades of Spring Green #2DFE75

Tints of Spring Green #2DFE75

RGB

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

 GREEN value IS 254 (99.61% from 255) = 61.06%

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

R = 10.82%
G = 61.06%
B = 28.13%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#2DFE75 (or 0x2DFE75) is known color: Spring Green. HEX triplet: 2D, FE and 75. RGB value is (45,254,117). Sum of RGB (Red+Green+Blue) = 45+254+117=416 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.82% from 416); Green value is 254 (99.61% from 255 or 61.06% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFE75 is #D2018A. Grayscale: #B0B0B0. Windows color (decimal): -13762955 or 7732781. OLE color: 7732781.

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

Color convert

RGB 45 254 117 -
CMYK 0.82 0 0.54 0.00
HSL 140.67º 0.99% 0.59% -
HSV(B) 140.67º 0.82% 1% -
XYZ 39.73 72.73 28.77 -
YUV 175.89 94.76 34.64 -
System Red Green Blue C M Y K H S L
Decimal 45 254 117 0.82 0 0.54 0.00 140.67 0.99 0.59
Hex 2D FE 75 52 0 36 0 8D 63 3B
Octal 55 376 165 122 0 66 0 215 143 73
Binary 101101 11111110 1110101 1010010 0 110110 0 10001101 1100011 111011

Color Harmonies of #2DFE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFE75

Black with #2DFE75

Text Example


Text Example

White with #2DFE75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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