Html Css Color HEX #2DFC70 Spring Green

📋 copy color: '#2DFC70'

red 45 ◦ green 252 ◦ blue 112

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

Shades of Spring Green #2DFC70

Tints of Spring Green #2DFC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.38%

R = 11%
G = 61.61%
B = 27.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#2DFC70 (or 0x2DFC70) is known color: Spring Green. HEX triplet: 2D, FC and 70. RGB value is (45,252,112). Sum of RGB (Red+Green+Blue) = 45+252+112=409 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.00% from 409); Green value is 252 (98.83% from 255 or 61.61% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFC70 is #D2038F. Grayscale: #AEAEAE. Windows color (decimal): -13763472 or 7404589. OLE color: 7404589.

HSL color Cylindrical-coordinate representation of color #2DFC70: hue angle of 139.42º 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 #2DFC70 is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 45 252 112 -
CMYK 0.82 0 0.56 0.01
HSL 139.42º 0.97% 0.58% -
HSV(B) 139.42º 0.82% 0.99% -
XYZ 38.82 71.35 27.06 -
YUV 174.15 92.92 35.88 -
System Red Green Blue C M Y K H S L
Decimal 45 252 112 0.82 0 0.56 0.01 139.42 0.97 0.58
Hex 2D FC 70 52 0 38 1 8B 61 3A
Octal 55 374 160 122 0 70 1 213 141 72
Binary 101101 11111100 1110000 1010010 0 111000 1 10001011 1100001 111010

Color Harmonies of #2DFC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFC70

Black with #2DFC70

Text Example


Text Example

White with #2DFC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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