#3DEF5E

Color #3DEF5E Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #3DEF5E

Tints of Screamin' Green #3DEF5E

Color information

#3DEF5E (or 0x3DEF5E) is unknown color: approx Screamin' Green. HEX triplet: 3D, EF and 5E. RGB value is (61,239,94). Sum of RGB (Red+Green+Blue) = 61+239+94=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 239 (93.75% from 255 or 60.66% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEF5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DEF5E is #C210A1. Grayscale: #A9A9A9. Windows color (decimal): -12718242 or 6221629. OLE color: 6221629.

HSL color Cylindrical-coordinate representation of color #3DEF5E: hue angle of 131.12º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEF5E is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB6123994-
CMYK0.7400.610.06
HSL131.12º84.76%58.82%-
HSV(B)131.12º74.48%93.73%-
XYZ34.8163.5321.02-
YUV169.2585.5350.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.48%
GREEN value IS 239 (93.75% from 255) = 60.66%
BLUE value IS 94 (37.11% from 255) = 23.86%
R=15.48%
G=60.66%
B=23.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal61239940.7400.610.06131.1284.7658.82
Hex3DEF5E4A03D683553b
Octal75357136112075620312573
Binary11110111101111101111010010100111101110100000111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DEF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,239,94); }

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

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

 a { background-color: rgb(61,239,94); }

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

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

 span { border-color: rgb(61,239,94); }

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