Html Css Color HEX #2DF57B Spring Green

📋 copy color: '#2DF57B'

red 45 ◦ green 245 ◦ blue 123

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

Shades of Spring Green #2DF57B

Tints of Spring Green #2DF57B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 59.32%

 BLUE value IS 123 (48.44% from 255) = 29.78%

R = 10.9%
G = 59.32%
B = 29.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#2DF57B (or 0x2DF57B) is known color: Spring Green. HEX triplet: 2D, F5 and 7B. RGB value is (45,245,123). Sum of RGB (Red+Green+Blue) = 45+245+123=413 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.90% from 413); Green value is 245 (96.09% from 255 or 59.32% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 245 - color contains mainly: green. Hex color #2DF57B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF57B is #D20A84. Grayscale: #ABABAB. Windows color (decimal): -13765253 or 8123693. OLE color: 8123693.

HSL color Cylindrical-coordinate representation of color #2DF57B: hue angle of 143.4º degrees, saturation: 0.91, 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 #2DF57B is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 45 245 123 -
CMYK 0.82 0 0.50 0.04
HSL 143.4º 0.91% 0.57% -
HSV(B) 143.4º 0.82% 0.96% -
XYZ 37.31 67.29 29.76 -
YUV 171.29 100.74 37.92 -
System Red Green Blue C M Y K H S L
Decimal 45 245 123 0.82 0 0.50 0.04 143.4 0.91 0.57
Hex 2D F5 7B 52 0 32 4 8F 5B 39
Octal 55 365 173 122 0 62 4 217 133 71
Binary 101101 11110101 1111011 1010010 0 110010 100 10001111 1011011 111001

Color Harmonies of #2DF57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF57B

Black with #2DF57B

Text Example


Text Example

White with #2DF57B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,245,123); }

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

background-color css

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

 a { background-color: rgb(45,245,123); }

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

border-color css

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

 span { border-color: rgb(45,245,123); }

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