Html Css Color HEX #2FD488 Shamrock

📋 copy color: '#2FD488'

red 47 ◦ green 212 ◦ blue 136

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

Shades of Shamrock #2FD488

Tints of Shamrock #2FD488

RGB

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

 GREEN value IS 212 (83.2% from 255) = 53.67%

 BLUE value IS 136 (53.52% from 255) = 34.43%

R = 11.9%
G = 53.67%
B = 34.43%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#2FD488 (or 0x2FD488) is known color: Shamrock. HEX triplet: 2F, D4 and 88. RGB value is (47,212,136). Sum of RGB (Red+Green+Blue) = 47+212+136=395 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.90% from 395); Green value is 212 (83.20% from 255 or 53.67% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD488 is #D02B77. Grayscale: #9A9A9A. Windows color (decimal): -13642616 or 8967215. OLE color: 8967215.

HSL color Cylindrical-coordinate representation of color #2FD488: hue angle of 152.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD488 is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 47 212 136 -
CMYK 0.78 0 0.36 0.17
HSL 152.36º 0.66% 0.51% -
HSV(B) 152.36º 0.78% 0.83% -
XYZ 29.16 49.47 31.3 -
YUV 154 117.84 51.68 -
System Red Green Blue C M Y K H S L
Decimal 47 212 136 0.78 0 0.36 0.17 152.36 0.66 0.51
Hex 2F D4 88 4E 0 24 11 98 42 33
Octal 57 324 210 116 0 44 21 230 102 63
Binary 101111 11010100 10001000 1001110 0 100100 10001 10011000 1000010 110011

Color Harmonies of #2FD488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD488

Black with #2FD488

Text Example


Text Example

White with #2FD488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,212,136); }

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

background-color css

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

 a { background-color: rgb(47,212,136); }

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

border-color css

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

 span { border-color: rgb(47,212,136); }

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