Html Css Color HEX #4DF242 Screamin' Green

📋 copy color: '#4DF242'

red 77 ◦ green 242 ◦ blue 66

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

Shades of Screamin' Green #4DF242

Tints of Screamin' Green #4DF242

RGB

 RED value IS 77 (30.47% from 255) = 20%

 GREEN value IS 242 (94.92% from 255) = 62.86%

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

R = 20%
G = 62.86%
B = 17.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#4DF242 (or 0x4DF242) is known color: Screamin' Green. HEX triplet: 4D, F2 and 42. RGB value is (77,242,66). Sum of RGB (Red+Green+Blue) = 77+242+66=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 242 (94.92% from 255 or 62.86% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF242 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF242 is #B20DBD. Grayscale: #ADADAD. Windows color (decimal): -11668926 or 4387405. OLE color: 4387405.

HSL color Cylindrical-coordinate representation of color #4DF242: hue angle of 116.25º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4DF242 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 77 242 66 -
CMYK 0.68 0 0.73 0.05
HSL 116.25º 0.87% 0.6% -
HSV(B) 116.25º 0.73% 0.95% -
XYZ 35.8 65.48 15.91 -
YUV 172.6 67.84 59.81 -
System Red Green Blue C M Y K H S L
Decimal 77 242 66 0.68 0 0.73 0.05 116.25 0.87 0.6
Hex 4D F2 42 44 0 49 5 74 57 3C
Octal 115 362 102 104 0 111 5 164 127 74
Binary 1001101 11110010 1000010 1000100 0 1001001 101 1110100 1010111 111100

Color Harmonies of #4DF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF242

Black with #4DF242

Text Example


Text Example

White with #4DF242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DF242; }

 p { color: rgb(77,242,66); }

 H1.HeaderClassName
 {
   color: #4DF242;
 }
 .AnyTagClassName
 {
   color: #4DF242;
 }
</style>

background-color css

<style>
 a { background-color: #4DF242; }

 a { background-color: rgb(77,242,66); }

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

border-color css

<style>
 span { border-color: #4DF242; }

 span { border-color: rgb(77,242,66); }

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