#3BF18E

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

Shades of Shamrock #3BF18E

Tints of Shamrock #3BF18E

Color information

#3BF18E (or 0x3BF18E) is unknown color: approx Shamrock. HEX triplet: 3B, F1 and 8E. RGB value is (59,241,142). Sum of RGB (Red+Green+Blue) = 59+241+142=442 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.35% from 442); Green value is 241 (94.53% from 255 or 54.52% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF18E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF18E is #C40E71. Grayscale: #AFAFAF. Windows color (decimal): -12848754 or 9367867. OLE color: 9367867.

HSL color Cylindrical-coordinate representation of color #3BF18E: hue angle of 147.36º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF18E is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB59241142-
CMYK0.7600.410.05
HSL147.36º86.67%58.82%-
HSV(B)147.36º75.52%94.51%-
XYZ38.1465.7936.28-
YUV175.3109.245.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.35%
GREEN value IS 241 (94.53% from 255) = 54.52%
BLUE value IS 142 (55.86% from 255) = 32.13%
R=13.35%
G=54.52%
B=32.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal592411420.7600.410.05147.3686.6758.82
Hex3BF18E4C029593573b
Octal73361216114051522312773
Binary111011111100011000111010011000101001101100100111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,241,142); }

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

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

 a { background-color: rgb(59,241,142); }

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

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

 span { border-color: rgb(59,241,142); }

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