Html Css Color HEX #2FD696 Shamrock

📋 copy color: '#2FD696'

red 47 ◦ green 214 ◦ blue 150

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

Shades of Shamrock #2FD696

Tints of Shamrock #2FD696

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.07%

 BLUE value IS 150 (58.98% from 255) = 36.5%

R = 11.44%
G = 52.07%
B = 36.5%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#2FD696 (or 0x2FD696) is known color: Shamrock. HEX triplet: 2F, D6 and 96. RGB value is (47,214,150). Sum of RGB (Red+Green+Blue) = 47+214+150=411 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.44% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD696 is #D02969. Grayscale: #9C9C9C. Windows color (decimal): -13642090 or 9885231. OLE color: 9885231.

HSL color Cylindrical-coordinate representation of color #2FD696: hue angle of 157.01º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD696 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 214 150 -
CMYK 0.78 0 0.30 0.16
HSL 157.01º 0.67% 0.51% -
HSV(B) 157.01º 0.78% 0.84% -
XYZ 30.72 50.9 37.06 -
YUV 156.77 124.17 49.7 -
System Red Green Blue C M Y K H S L
Decimal 47 214 150 0.78 0 0.30 0.16 157.01 0.67 0.51
Hex 2F D6 96 4E 0 1E 10 9D 43 33
Octal 57 326 226 116 0 36 20 235 103 63
Binary 101111 11010110 10010110 1001110 0 11110 10000 10011101 1000011 110011

Color Harmonies of #2FD696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD696

Black with #2FD696

Text Example


Text Example

White with #2FD696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,214,150); }

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

background-color css

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

 a { background-color: rgb(47,214,150); }

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

border-color css

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

 span { border-color: rgb(47,214,150); }

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