Html Css Color HEX #2DFF6B Spring Green

📋 copy color: '#2DFF6B'

red 45 ◦ green 255 ◦ blue 107

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

Shades of Spring Green #2DFF6B

Tints of Spring Green #2DFF6B

RGB

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

 GREEN value IS 255 (100% from 255) = 62.65%

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

R = 11.06%
G = 62.65%
B = 26.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#2DFF6B (or 0x2DFF6B) is known color: Spring Green. HEX triplet: 2D, FF and 6B. RGB value is (45,255,107). Sum of RGB (Red+Green+Blue) = 45+255+107=407 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.06% from 407); Green value is 255 (100% from 255 or 62.65% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFF6B is #D20094. Grayscale: #AFAFAF. Windows color (decimal): -13762709 or 7077677. OLE color: 7077677.

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

Color convert

RGB 45 255 107 -
CMYK 0.82 0 0.58 0
HSL 137.71º 1% 0.59% -
HSV(B) 137.71º 0.82% 1% -
XYZ 39.5 73.14 25.95 -
YUV 175.34 89.43 35.03 -
System Red Green Blue C M Y K H S L
Decimal 45 255 107 0.82 0 0.58 0 137.71 1 0.59
Hex 2D FF 6B 52 0 3A 0 8A 64 3B
Octal 55 377 153 122 0 72 0 212 144 73
Binary 101101 11111111 1101011 1010010 0 111010 0 10001010 1100100 111011

Color Harmonies of #2DFF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFF6B

Black with #2DFF6B

Text Example


Text Example

White with #2DFF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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