Html Css Color HEX #2DFE6B Spring Green

📋 copy color: '#2DFE6B'

red 45 ◦ green 254 ◦ blue 107

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

Shades of Spring Green #2DFE6B

Tints of Spring Green #2DFE6B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 62.56%

 BLUE value IS 107 (42.19% from 255) = 26.35%

R = 11.08%
G = 62.56%
B = 26.35%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#2DFE6B (or 0x2DFE6B) is known color: Spring Green. HEX triplet: 2D, FE and 6B. RGB value is (45,254,107). Sum of RGB (Red+Green+Blue) = 45+254+107=406 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.08% from 406); Green value is 254 (99.61% from 255 or 62.56% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFE6B is #D20194. Grayscale: #AFAFAF. Windows color (decimal): -13762965 or 7077421. OLE color: 7077421.

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

Color convert

RGB 45 254 107 -
CMYK 0.82 0 0.58 0.00
HSL 137.8º 0.99% 0.59% -
HSV(B) 137.8º 0.82% 1% -
XYZ 39.18 72.5 25.84 -
YUV 174.75 89.76 35.45 -
System Red Green Blue C M Y K H S L
Decimal 45 254 107 0.82 0 0.58 0.00 137.8 0.99 0.59
Hex 2D FE 6B 52 0 3A 0 8A 63 3B
Octal 55 376 153 122 0 72 0 212 143 73
Binary 101101 11111110 1101011 1010010 0 111010 0 10001010 1100011 111011

Color Harmonies of #2DFE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFE6B

Black with #2DFE6B

Text Example


Text Example

White with #2DFE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,254,107); }

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

background-color css

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

 a { background-color: rgb(45,254,107); }

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

border-color css

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

 span { border-color: rgb(45,254,107); }

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