Html Css Color HEX #2FD095 Shamrock

📋 copy color: '#2FD095'

red 47 ◦ green 208 ◦ blue 149

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

Shades of Shamrock #2FD095

Tints of Shamrock #2FD095

RGB

 RED value IS 47 (18.75% from 255) = 11.63%

 GREEN value IS 208 (81.64% from 255) = 51.49%

 BLUE value IS 149 (58.59% from 255) = 36.88%

R = 11.63%
G = 51.49%
B = 36.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#2FD095 (or 0x2FD095) is known color: Shamrock. HEX triplet: 2F, D0 and 95. RGB value is (47,208,149). Sum of RGB (Red+Green+Blue) = 47+208+149=404 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.63% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD095 is #D02F6A. Grayscale: #999999. Windows color (decimal): -13643627 or 9818159. OLE color: 9818159.

HSL color Cylindrical-coordinate representation of color #2FD095: hue angle of 158.01º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FD095 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 47 208 149 -
CMYK 0.77 0 0.28 0.18
HSL 158.01º 0.63% 0.5% -
HSV(B) 158.01º 0.77% 0.82% -
XYZ 29.15 47.89 36.14 -
YUV 153.14 125.66 52.3 -
System Red Green Blue C M Y K H S L
Decimal 47 208 149 0.77 0 0.28 0.18 158.01 0.63 0.5
Hex 2F D0 95 4D 0 1C 12 9E 3F 32
Octal 57 320 225 115 0 34 22 236 77 62
Binary 101111 11010000 10010101 1001101 0 11100 10010 10011110 111111 110010

Color Harmonies of #2FD095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD095

Black with #2FD095

Text Example


Text Example

White with #2FD095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,208,149); }

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

background-color css

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

 a { background-color: rgb(47,208,149); }

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

border-color css

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

 span { border-color: rgb(47,208,149); }

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