Html Css Color HEX #2DFC7B Spring Green

📋 copy color: '#2DFC7B'

red 45 ◦ green 252 ◦ blue 123

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

Shades of Spring Green #2DFC7B

Tints of Spring Green #2DFC7B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 60%

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

R = 10.71%
G = 60%
B = 29.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#2DFC7B (or 0x2DFC7B) is known color: Spring Green. HEX triplet: 2D, FC and 7B. RGB value is (45,252,123). Sum of RGB (Red+Green+Blue) = 45+252+123=420 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.71% from 420); Green value is 252 (98.83% from 255 or 60% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFC7B is #D20384. Grayscale: #AFAFAF. Windows color (decimal): -13763461 or 8125485. OLE color: 8125485.

HSL color Cylindrical-coordinate representation of color #2DFC7B: hue angle of 142.61º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFC7B is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 45 252 123 -
CMYK 0.82 0 0.51 0.01
HSL 142.61º 0.97% 0.58% -
HSV(B) 142.61º 0.82% 0.99% -
XYZ 39.47 71.61 30.48 -
YUV 175.4 98.42 34.99 -
System Red Green Blue C M Y K H S L
Decimal 45 252 123 0.82 0 0.51 0.01 142.61 0.97 0.58
Hex 2D FC 7B 52 0 33 1 8F 61 3A
Octal 55 374 173 122 0 63 1 217 141 72
Binary 101101 11111100 1111011 1010010 0 110011 1 10001111 1100001 111010

Color Harmonies of #2DFC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFC7B

Black with #2DFC7B

Text Example


Text Example

White with #2DFC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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