Html Css Color HEX #42EF50 Screamin' Green

📋 copy color: '#42EF50'

red 66 ◦ green 239 ◦ blue 80

#42EF50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #42EF50

Tints of Screamin' Green #42EF50

RGB

 RED value IS 66 (26.17% from 255) = 17.14%

 GREEN value IS 239 (93.75% from 255) = 62.08%

 BLUE value IS 80 (31.64% from 255) = 20.78%

R = 17.14%
G = 62.08%
B = 20.78%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#42EF50 (or 0x42EF50) is known color: Screamin' Green. HEX triplet: 42, EF and 50. RGB value is (66,239,80). Sum of RGB (Red+Green+Blue) = 66+239+80=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 239 (93.75% from 255 or 62.08% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 239 - color contains mainly: green. Hex color #42EF50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EF50 is #BD10AF. Grayscale: #A9A9A9. Windows color (decimal): -12390576 or 5304130. OLE color: 5304130.

HSL color Cylindrical-coordinate representation of color #42EF50: hue angle of 124.86º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EF50 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 239 80 -
CMYK 0.72 0 0.67 0.06
HSL 124.86º 0.84% 0.6% -
HSV(B) 124.86º 0.72% 0.94% -
XYZ 34.56 63.47 18.02 -
YUV 169.15 77.69 54.43 -
System Red Green Blue C M Y K H S L
Decimal 66 239 80 0.72 0 0.67 0.06 124.86 0.84 0.6
Hex 42 EF 50 48 0 43 6 7D 54 3C
Octal 102 357 120 110 0 103 6 175 124 74
Binary 1000010 11101111 1010000 1001000 0 1000011 110 1111101 1010100 111100

Color Harmonies of #42EF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EF50

Black with #42EF50

Text Example


Text Example

White with #42EF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,239,80); }

 H1.HeaderClassName
 {
   color: #42EF50;
 }
 .AnyTagClassName
 {
   color: #42EF50;
 }
</style>

background-color css

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

 a { background-color: rgb(66,239,80); }

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

border-color css

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

 span { border-color: rgb(66,239,80); }

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