Html Css Color HEX #4CF024 Harlequin

📋 copy color: '#4CF024'

red 76 ◦ green 240 ◦ blue 36

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

Shades of Harlequin #4CF024

Tints of Harlequin #4CF024

RGB

 RED value IS 76 (30.08% from 255) = 21.59%

 GREEN value IS 240 (94.14% from 255) = 68.18%

 BLUE value IS 36 (14.45% from 255) = 10.23%

R = 21.59%
G = 68.18%
B = 10.23%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#4CF024 (or 0x4CF024) is known color: Harlequin. HEX triplet: 4C, F0 and 24. RGB value is (76,240,36). Sum of RGB (Red+Green+Blue) = 76+240+36=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 240 (94.14% from 255 or 68.18% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF024 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF024 is #B30FDB. Grayscale: #A8A8A8. Windows color (decimal): -11735004 or 2420812. OLE color: 2420812.

HSL color Cylindrical-coordinate representation of color #4CF024: hue angle of 108.24º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4CF024 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 76 240 36 -
CMYK 0.68 0 0.85 0.06
HSL 108.24º 0.87% 0.54% -
HSV(B) 108.24º 0.85% 0.94% -
XYZ 34.46 63.98 12.2 -
YUV 167.71 53.67 62.59 -
System Red Green Blue C M Y K H S L
Decimal 76 240 36 0.68 0 0.85 0.06 108.24 0.87 0.54
Hex 4C F0 24 44 0 55 6 6C 57 36
Octal 114 360 44 104 0 125 6 154 127 66
Binary 1001100 11110000 100100 1000100 0 1010101 110 1101100 1010111 110110

Color Harmonies of #4CF024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF024

Black with #4CF024

Text Example


Text Example

White with #4CF024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,240,36); }

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

background-color css

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

 a { background-color: rgb(76,240,36); }

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

border-color css

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

 span { border-color: rgb(76,240,36); }

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