Html Css Color HEX #2DFB7B Spring Green

📋 copy color: '#2DFB7B'

red 45 ◦ green 251 ◦ blue 123

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

Shades of Spring Green #2DFB7B

Tints of Spring Green #2DFB7B

RGB

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

 GREEN value IS 251 (98.44% from 255) = 59.9%

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

R = 10.74%
G = 59.9%
B = 29.36%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#2DFB7B (or 0x2DFB7B) is known color: Spring Green. HEX triplet: 2D, FB and 7B. RGB value is (45,251,123). Sum of RGB (Red+Green+Blue) = 45+251+123=419 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.74% from 419); Green value is 251 (98.44% from 255 or 59.90% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFB7B is #D20484. Grayscale: #AFAFAF. Windows color (decimal): -13763717 or 8125229. OLE color: 8125229.

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

Color convert

RGB 45 251 123 -
CMYK 0.82 0 0.51 0.02
HSL 142.72º 0.96% 0.58% -
HSV(B) 142.72º 0.82% 0.98% -
XYZ 39.15 70.98 30.38 -
YUV 174.81 98.75 35.41 -
System Red Green Blue C M Y K H S L
Decimal 45 251 123 0.82 0 0.51 0.02 142.72 0.96 0.58
Hex 2D FB 7B 52 0 33 2 8F 60 3A
Octal 55 373 173 122 0 63 2 217 140 72
Binary 101101 11111011 1111011 1010010 0 110011 10 10001111 1100000 111010

Color Harmonies of #2DFB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFB7B

Black with #2DFB7B

Text Example


Text Example

White with #2DFB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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