Html Css Color HEX #2DFC78 Spring Green

📋 copy color: '#2DFC78'

red 45 ◦ green 252 ◦ blue 120

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

Shades of Spring Green #2DFC78

Tints of Spring Green #2DFC78

RGB

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

 GREEN value IS 252 (98.83% from 255) = 60.43%

 BLUE value IS 120 (47.27% from 255) = 28.78%

R = 10.79%
G = 60.43%
B = 28.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#2DFC78 (or 0x2DFC78) is known color: Spring Green. HEX triplet: 2D, FC and 78. RGB value is (45,252,120). Sum of RGB (Red+Green+Blue) = 45+252+120=417 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.79% from 417); Green value is 252 (98.83% from 255 or 60.43% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC78 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFC78 is #D20387. Grayscale: #AFAFAF. Windows color (decimal): -13763464 or 7928877. OLE color: 7928877.

HSL color Cylindrical-coordinate representation of color #2DFC78: hue angle of 141.74º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFC78 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 45 252 120 -
CMYK 0.82 0 0.52 0.01
HSL 141.74º 0.97% 0.58% -
HSV(B) 141.74º 0.82% 0.99% -
XYZ 39.28 71.53 29.51 -
YUV 175.06 96.92 35.23 -
System Red Green Blue C M Y K H S L
Decimal 45 252 120 0.82 0 0.52 0.01 141.74 0.97 0.58
Hex 2D FC 78 52 0 34 1 8E 61 3A
Octal 55 374 170 122 0 64 1 216 141 72
Binary 101101 11111100 1111000 1010010 0 110100 1 10001110 1100001 111010

Color Harmonies of #2DFC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFC78

Black with #2DFC78

Text Example


Text Example

White with #2DFC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,252,120); }

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

background-color css

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

 a { background-color: rgb(45,252,120); }

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

border-color css

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

 span { border-color: rgb(45,252,120); }

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