Html Css Color HEX #2DF98B Spring Green

📋 copy color: '#2DF98B'

red 45 ◦ green 249 ◦ blue 139

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

Shades of Spring Green #2DF98B

Tints of Spring Green #2DF98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.1%

R = 10.39%
G = 57.51%
B = 32.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#2DF98B (or 0x2DF98B) is known color: Spring Green. HEX triplet: 2D, F9 and 8B. RGB value is (45,249,139). Sum of RGB (Red+Green+Blue) = 45+249+139=433 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.39% from 433); Green value is 249 (97.66% from 255 or 57.51% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF98B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF98B is #D20674. Grayscale: #AFAFAF. Windows color (decimal): -13764213 or 9173293. OLE color: 9173293.

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

Color convert

RGB 45 249 139 -
CMYK 0.82 0 0.44 0.02
HSL 147.65º 0.94% 0.58% -
HSV(B) 147.65º 0.82% 0.98% -
XYZ 39.62 70.17 35.88 -
YUV 175.46 107.41 34.94 -
System Red Green Blue C M Y K H S L
Decimal 45 249 139 0.82 0 0.44 0.02 147.65 0.94 0.58
Hex 2D F9 8B 52 0 2C 2 94 5E 3A
Octal 55 371 213 122 0 54 2 224 136 72
Binary 101101 11111001 10001011 1010010 0 101100 10 10010100 1011110 111010

Color Harmonies of #2DF98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF98B

Black with #2DF98B

Text Example


Text Example

White with #2DF98B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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