Html Css Color HEX #2FDD80 Shamrock

📋 copy color: '#2FDD80'

red 47 ◦ green 221 ◦ blue 128

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

Shades of Shamrock #2FDD80

Tints of Shamrock #2FDD80

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.81%

 BLUE value IS 128 (50.39% from 255) = 32.32%

R = 11.87%
G = 55.81%
B = 32.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#2FDD80 (or 0x2FDD80) is known color: Shamrock. HEX triplet: 2F, DD and 80. RGB value is (47,221,128). Sum of RGB (Red+Green+Blue) = 47+221+128=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDD80 is #D0227F. Grayscale: #9E9E9E. Windows color (decimal): -13640320 or 8445231. OLE color: 8445231.

HSL color Cylindrical-coordinate representation of color #2FDD80: hue angle of 147.93º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDD80 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 221 128 -
CMYK 0.79 0 0.42 0.13
HSL 147.93º 0.72% 0.53% -
HSV(B) 147.93º 0.79% 0.87% -
XYZ 30.93 53.88 29.19 -
YUV 158.37 110.85 48.56 -
System Red Green Blue C M Y K H S L
Decimal 47 221 128 0.79 0 0.42 0.13 147.93 0.72 0.53
Hex 2F DD 80 4F 0 2A D 94 48 35
Octal 57 335 200 117 0 52 15 224 110 65
Binary 101111 11011101 10000000 1001111 0 101010 1101 10010100 1001000 110101

Color Harmonies of #2FDD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDD80

Black with #2FDD80

Text Example


Text Example

White with #2FDD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,221,128); }

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

background-color css

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

 a { background-color: rgb(47,221,128); }

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

border-color css

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

 span { border-color: rgb(47,221,128); }

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