#42FC4E

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

Shades of Screamin' Green #42FC4E

Tints of Screamin' Green #42FC4E

Color information

#42FC4E (or 0x42FC4E) is unknown color: approx Screamin' Green. HEX triplet: 42, FC and 4E. RGB value is (66,252,78). Sum of RGB (Red+Green+Blue) = 66+252+78=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 252 (98.83% from 255 or 63.64% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 252 - color contains mainly: green. Hex color #42FC4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FC4E is #BD03B1. Grayscale: #B1B1B1. Windows color (decimal): -12387250 or 5176386. OLE color: 5176386.

HSL color Cylindrical-coordinate representation of color #42FC4E: hue angle of 123.87º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FC4E is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB6625278-
CMYK0.7400.690.01
HSL123.87º96.88%62.35%-
HSV(B)123.87º73.81%98.82%-
XYZ38.4371.3318.95-
YUV176.5572.3849.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.67%
GREEN value IS 252 (98.83% from 255) = 63.64%
BLUE value IS 78 (30.86% from 255) = 19.70%
R=16.67%
G=63.64%
B=19.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal66252780.7400.690.01123.8796.8862.35
Hex42FC4E4A04517c613e
Octal1023741161120105117414176
Binary1000010111111001001110100101001000101111111001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42FC4E; }

 p { color: rgb(66,252,78); }

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

<style>
 a { background-color: #42FC4E; }

 a { background-color: rgb(66,252,78); }

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

<style>
 span { border-color: #42FC4E; }

 span { border-color: rgb(66,252,78); }

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