#30d66f

Color #30D66F Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #30D66F

Tints of Emerald #30D66F

Color information

#30D66F (or 0x30D66F) is unknown color: approx Emerald. HEX triplet: 30, D6 and 6F. RGB value is (48,214,111). Sum of RGB (Red+Green+Blue) = 48+214+111=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 214 (83.98% from 255 or 57.37% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 214 - color contains mainly: green. Hex color #30D66F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D66F is #CF2990. Grayscale: #989898. Windows color (decimal): -13576593 or 7329328. OLE color: 7329328.

HSL color Cylindrical-coordinate representation of color #30D66F: hue angle of 142.77º 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 #30D66F is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB48214111-
CMYK0.7800.480.16
HSL142.77º66.94%51.37%-
HSV(B)142.77º77.57%83.92%-
XYZ28.1349.8723.18-
YUV152.62104.553.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.87%
GREEN value IS 214 (83.98% from 255) = 57.37%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=12.87%
G=57.37%
B=29.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal482141110.7800.480.16142.7766.9451.37
Hex30D66F4E030108f4333
Octal603261571160602021710363
Binary1100001101011011011111001110011000010000100011111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30d66f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30d66f; }

 p { color: rgb(48,214,111); }

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

<style>
 a { background-color: #30d66f; }

 a { background-color: rgb(48,214,111); }

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

<style>
 span { border-color: #30d66f; }

 span { border-color: rgb(48,214,111); }

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