Html Css Color HEX #2DF98E Spring Green

📋 copy color: '#2DF98E'

red 45 ◦ green 249 ◦ blue 142

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

Shades of Spring Green #2DF98E

Tints of Spring Green #2DF98E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.11%

 BLUE value IS 142 (55.86% from 255) = 32.57%

R = 10.32%
G = 57.11%
B = 32.57%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#2DF98E (or 0x2DF98E) is known color: Spring Green. HEX triplet: 2D, F9 and 8E. RGB value is (45,249,142). Sum of RGB (Red+Green+Blue) = 45+249+142=436 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.32% from 436); Green value is 249 (97.66% from 255 or 57.11% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF98E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF98E is #D20671. Grayscale: #B0B0B0. Windows color (decimal): -13764210 or 9369901. OLE color: 9369901.

HSL color Cylindrical-coordinate representation of color #2DF98E: hue angle of 148.53º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF98E is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 249 142 -
CMYK 0.82 0 0.43 0.02
HSL 148.53º 0.94% 0.58% -
HSV(B) 148.53º 0.82% 0.98% -
XYZ 39.84 70.26 37.05 -
YUV 175.81 108.91 34.7 -
System Red Green Blue C M Y K H S L
Decimal 45 249 142 0.82 0 0.43 0.02 148.53 0.94 0.58
Hex 2D F9 8E 52 0 2B 2 95 5E 3A
Octal 55 371 216 122 0 53 2 225 136 72
Binary 101101 11111001 10001110 1010010 0 101011 10 10010101 1011110 111010

Color Harmonies of #2DF98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF98E

Black with #2DF98E

Text Example


Text Example

White with #2DF98E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,249,142); }

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

background-color css

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

 a { background-color: rgb(45,249,142); }

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

border-color css

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

 span { border-color: rgb(45,249,142); }

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