#3FE08E

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

Shades of Shamrock #3FE08E

Tints of Shamrock #3FE08E

Color information

#3FE08E (or 0x3FE08E) is unknown color: approx Shamrock. HEX triplet: 3F, E0 and 8E. RGB value is (63,224,142). Sum of RGB (Red+Green+Blue) = 63+224+142=429 (56% of max value = 765). Red value is 63 (25% from 255 or 14.69% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE08E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FE08E is #C01F71. Grayscale: #A6A6A6. Windows color (decimal): -12590962 or 9363519. OLE color: 9363519.

HSL color Cylindrical-coordinate representation of color #3FE08E: hue angle of 149.44º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE08E is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB63224142-
CMYK0.7200.370.12
HSL149.44º72.2%56.27%-
HSV(B)149.44º71.88%87.84%-
XYZ33.5956.3234.69-
YUV166.51114.1654.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.69%
GREEN value IS 224 (87.89% from 255) = 52.21%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=14.69%
G=52.21%
B=33.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal632241420.7200.370.12149.4472.256.27
Hex3FE08E48025C954838
Octal773402161100451422511070
Binary1111111110000010001110100100001001011100100101011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FE08E; }

 p { color: rgb(63,224,142); }

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

<style>
 a { background-color: #3FE08E; }

 a { background-color: rgb(63,224,142); }

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

<style>
 span { border-color: #3FE08E; }

 span { border-color: rgb(63,224,142); }

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