#2FF99D

Color #2FF99D Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2FF99D

Tints of Shamrock #2FF99D

Color information

#2FF99D (or 0x2FF99D) is unknown color: approx Shamrock. HEX triplet: 2F, F9 and 9D. RGB value is (47,249,157). Sum of RGB (Red+Green+Blue) = 47+249+157=453 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.38% from 453); Green value is 249 (97.66% from 255 or 54.97% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF99D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF99D is #D00662. Grayscale: #B2B2B2. Windows color (decimal): -13633123 or 10352943. OLE color: 10352943.

HSL color Cylindrical-coordinate representation of color #2FF99D: hue angle of 152.67º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF99D is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB47249157-
CMYK0.8100.370.02
HSL152.67º94.39%58.04%-
HSV(B)152.67º81.12%97.65%-
XYZ41.1370.7943.39-
YUV178.11116.0834.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.38%
GREEN value IS 249 (97.66% from 255) = 54.97%
BLUE value IS 157 (61.72% from 255) = 34.66%
R=10.38%
G=54.97%
B=34.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal472491570.8100.370.02152.6794.3958.04
Hex2FF99D510252995e3a
Octal57371235121045223113672
Binary10111111111001100111011010001010010110100110011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,249,157); }

 H1.HeaderClassName
 {
   color: #2FF99D;
 }
 .AnyTagClassName
 {
   color: #2FF99D;
 }
</style>
background-color css

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

 a { background-color: rgb(47,249,157); }

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

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

 span { border-color: rgb(47,249,157); }

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