Html Css Color HEX #2FD998 Shamrock

📋 copy color: '#2FD998'

red 47 ◦ green 217 ◦ blue 152

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

Shades of Shamrock #2FD998

Tints of Shamrock #2FD998

RGB

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

 GREEN value IS 217 (85.16% from 255) = 52.16%

 BLUE value IS 152 (59.77% from 255) = 36.54%

R = 11.3%
G = 52.16%
B = 36.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#2FD998 (or 0x2FD998) is known color: Shamrock. HEX triplet: 2F, D9 and 98. RGB value is (47,217,152). Sum of RGB (Red+Green+Blue) = 47+217+152=416 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.30% from 416); Green value is 217 (85.16% from 255 or 52.16% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD998 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD998 is #D02667. Grayscale: #9E9E9E. Windows color (decimal): -13641320 or 10017071. OLE color: 10017071.

HSL color Cylindrical-coordinate representation of color #2FD998: hue angle of 157.06º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD998 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 217 152 -
CMYK 0.78 0 0.30 0.15
HSL 157.06º 0.69% 0.52% -
HSV(B) 157.06º 0.78% 0.85% -
XYZ 31.65 52.5 38.17 -
YUV 158.76 124.18 48.29 -
System Red Green Blue C M Y K H S L
Decimal 47 217 152 0.78 0 0.30 0.15 157.06 0.69 0.52
Hex 2F D9 98 4E 0 1E F 9D 45 34
Octal 57 331 230 116 0 36 17 235 105 64
Binary 101111 11011001 10011000 1001110 0 11110 1111 10011101 1000101 110100

Color Harmonies of #2FD998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD998

Black with #2FD998

Text Example


Text Example

White with #2FD998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,217,152); }

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

background-color css

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

 a { background-color: rgb(47,217,152); }

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

border-color css

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

 span { border-color: rgb(47,217,152); }

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