Html Css Color HEX #42EF66 Screamin' Green

📋 copy color: '#42EF66'

red 66 ◦ green 239 ◦ blue 102

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

Shades of Screamin' Green #42EF66

Tints of Screamin' Green #42EF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.06%

R = 16.22%
G = 58.72%
B = 25.06%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#42EF66 (or 0x42EF66) is known color: Screamin' Green. HEX triplet: 42, EF and 66. RGB value is (66,239,102). Sum of RGB (Red+Green+Blue) = 66+239+102=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 239 (93.75% from 255 or 58.72% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 239 - color contains mainly: green. Hex color #42EF66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EF66 is #BD1099. Grayscale: #ACACAC. Windows color (decimal): -12390554 or 6745922. OLE color: 6745922.

HSL color Cylindrical-coordinate representation of color #42EF66: hue angle of 132.49º 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 #42EF66 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 239 102 -
CMYK 0.72 0 0.57 0.06
HSL 132.49º 0.84% 0.6% -
HSV(B) 132.49º 0.72% 0.94% -
XYZ 35.51 63.85 23.02 -
YUV 171.66 88.69 52.64 -
System Red Green Blue C M Y K H S L
Decimal 66 239 102 0.72 0 0.57 0.06 132.49 0.84 0.6
Hex 42 EF 66 48 0 39 6 84 54 3C
Octal 102 357 146 110 0 71 6 204 124 74
Binary 1000010 11101111 1100110 1001000 0 111001 110 10000100 1010100 111100

Color Harmonies of #42EF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EF66

Black with #42EF66

Text Example


Text Example

White with #42EF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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