Html Css Color HEX #74EC42 Screamin' Green

📋 copy color: '#74EC42'

red 116 ◦ green 236 ◦ blue 66

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

Shades of Screamin' Green #74EC42

Tints of Screamin' Green #74EC42

RGB

 RED value IS 116 (45.7% from 255) = 27.75%

 GREEN value IS 236 (92.58% from 255) = 56.46%

 BLUE value IS 66 (26.17% from 255) = 15.79%

R = 27.75%
G = 56.46%
B = 15.79%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#74EC42 (or 0x74EC42) is known color: Screamin' Green. HEX triplet: 74, EC and 42. RGB value is (116,236,66). Sum of RGB (Red+Green+Blue) = 116+236+66=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 236 (92.58% from 255 or 56.46% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 236 - color contains mainly: green. Hex color #74EC42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74EC42 is #8B13BD. Grayscale: #B5B5B5. Windows color (decimal): -9114558 or 4385908. OLE color: 4385908.

HSL color Cylindrical-coordinate representation of color #74EC42: hue angle of 102.35º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74EC42 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 236 66 -
CMYK 0.51 0 0.72 0.07
HSL 102.35º 0.82% 0.59% -
HSV(B) 102.35º 0.72% 0.93% -
XYZ 38.18 64.1 15.51 -
YUV 180.74 63.24 81.82 -
System Red Green Blue C M Y K H S L
Decimal 116 236 66 0.51 0 0.72 0.07 102.35 0.82 0.59
Hex 74 EC 42 33 0 48 7 66 52 3B
Octal 164 354 102 63 0 110 7 146 122 73
Binary 1110100 11101100 1000010 110011 0 1001000 111 1100110 1010010 111011

Color Harmonies of #74EC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EC42

Black with #74EC42

Text Example


Text Example

White with #74EC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74EC42; }

 p { color: rgb(116,236,66); }

 H1.HeaderClassName
 {
   color: #74EC42;
 }
 .AnyTagClassName
 {
   color: #74EC42;
 }
</style>

background-color css

<style>
 a { background-color: #74EC42; }

 a { background-color: rgb(116,236,66); }

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

border-color css

<style>
 span { border-color: #74EC42; }

 span { border-color: rgb(116,236,66); }

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