Html Css Color HEX #2DF488 Spring Green

📋 copy color: '#2DF488'

red 45 ◦ green 244 ◦ blue 136

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

Shades of Spring Green #2DF488

Tints of Spring Green #2DF488

RGB

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

 GREEN value IS 244 (95.7% from 255) = 57.41%

 BLUE value IS 136 (53.52% from 255) = 32%

R = 10.59%
G = 57.41%
B = 32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#2DF488 (or 0x2DF488) is known color: Spring Green. HEX triplet: 2D, F4 and 88. RGB value is (45,244,136). Sum of RGB (Red+Green+Blue) = 45+244+136=425 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.59% from 425); Green value is 244 (95.70% from 255 or 57.41% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 244 - color contains mainly: green. Hex color #2DF488 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF488 is #D20B77. Grayscale: #ACACAC. Windows color (decimal): -13765496 or 8975405. OLE color: 8975405.

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

Color convert

RGB 45 244 136 -
CMYK 0.82 0 0.44 0.04
HSL 147.44º 0.9% 0.57% -
HSV(B) 147.44º 0.82% 0.96% -
XYZ 37.88 67.04 34.24 -
YUV 172.19 107.57 37.28 -
System Red Green Blue C M Y K H S L
Decimal 45 244 136 0.82 0 0.44 0.04 147.44 0.9 0.57
Hex 2D F4 88 52 0 2C 4 93 5A 39
Octal 55 364 210 122 0 54 4 223 132 71
Binary 101101 11110100 10001000 1010010 0 101100 100 10010011 1011010 111001

Color Harmonies of #2DF488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF488

Black with #2DF488

Text Example


Text Example

White with #2DF488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,244,136); }

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

background-color css

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

 a { background-color: rgb(45,244,136); }

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

border-color css

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

 span { border-color: rgb(45,244,136); }

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