Html Css Color HEX #2DFF90 Medium Spring Green

📋 copy color: '#2DFF90'

red 45 ◦ green 255 ◦ blue 144

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

Shades of Medium Spring Green #2DFF90

Tints of Medium Spring Green #2DFF90

RGB

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

 GREEN value IS 255 (100% from 255) = 57.43%

 BLUE value IS 144 (56.64% from 255) = 32.43%

R = 10.14%
G = 57.43%
B = 32.43%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#2DFF90 (or 0x2DFF90) is known color: Medium Spring Green. HEX triplet: 2D, FF and 90. RGB value is (45,255,144). Sum of RGB (Red+Green+Blue) = 45+255+144=444 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.14% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFF90 is #D2006F. Grayscale: #B3B3B3. Windows color (decimal): -13762672 or 9502509. OLE color: 9502509.

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

Color convert

RGB 45 255 144 -
CMYK 0.82 0 0.44 0
HSL 148.29º 1% 0.59% -
HSV(B) 148.29º 0.82% 1% -
XYZ 41.88 74.09 38.48 -
YUV 179.56 107.93 32.03 -
System Red Green Blue C M Y K H S L
Decimal 45 255 144 0.82 0 0.44 0 148.29 1 0.59
Hex 2D FF 90 52 0 2C 0 94 64 3B
Octal 55 377 220 122 0 54 0 224 144 73
Binary 101101 11111111 10010000 1010010 0 101100 0 10010100 1100100 111011

Color Harmonies of #2DFF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFF90

Black with #2DFF90

Text Example


Text Example

White with #2DFF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,255,144); }

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

background-color css

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

 a { background-color: rgb(45,255,144); }

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

border-color css

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

 span { border-color: rgb(45,255,144); }

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