Html Css Color HEX #2FD090 Shamrock

📋 copy color: '#2FD090'

red 47 ◦ green 208 ◦ blue 144

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

Shades of Shamrock #2FD090

Tints of Shamrock #2FD090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.09%

R = 11.78%
G = 52.13%
B = 36.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#2FD090 (or 0x2FD090) is known color: Shamrock. HEX triplet: 2F, D0 and 90. RGB value is (47,208,144). Sum of RGB (Red+Green+Blue) = 47+208+144=399 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.78% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD090 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD090 is #D02F6F. Grayscale: #989898. Windows color (decimal): -13643632 or 9490479. OLE color: 9490479.

HSL color Cylindrical-coordinate representation of color #2FD090: hue angle of 156.15º 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 #2FD090 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 47 208 144 -
CMYK 0.77 0 0.31 0.18
HSL 156.15º 0.63% 0.5% -
HSV(B) 156.15º 0.77% 0.82% -
XYZ 28.76 47.73 34.08 -
YUV 152.57 123.16 52.7 -
System Red Green Blue C M Y K H S L
Decimal 47 208 144 0.77 0 0.31 0.18 156.15 0.63 0.5
Hex 2F D0 90 4D 0 1F 12 9C 3F 32
Octal 57 320 220 115 0 37 22 234 77 62
Binary 101111 11010000 10010000 1001101 0 11111 10010 10011100 111111 110010

Color Harmonies of #2FD090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD090

Black with #2FD090

Text Example


Text Example

White with #2FD090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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