Html Css Color HEX #4CFE2A Harlequin

📋 copy color: '#4CFE2A'

red 76 ◦ green 254 ◦ blue 42

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

Shades of Harlequin #4CFE2A

Tints of Harlequin #4CFE2A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 68.28%

 BLUE value IS 42 (16.8% from 255) = 11.29%

R = 20.43%
G = 68.28%
B = 11.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#4CFE2A (or 0x4CFE2A) is known color: Harlequin. HEX triplet: 4C, FE and 2A. RGB value is (76,254,42). Sum of RGB (Red+Green+Blue) = 76+254+42=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 254 (99.61% from 255 or 68.28% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFE2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFE2A is #B301D5. Grayscale: #B1B1B1. Windows color (decimal): -11731414 or 2817612. OLE color: 2817612.

HSL color Cylindrical-coordinate representation of color #4CFE2A: hue angle of 110.38º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4CFE2A is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.

Color convert

RGB 76 254 42 -
CMYK 0.70 0 0.83 0.00
HSL 110.38º 0.99% 0.58% -
HSV(B) 110.38º 0.83% 1% -
XYZ 38.84 72.59 14.15 -
YUV 176.61 52.03 56.24 -
System Red Green Blue C M Y K H S L
Decimal 76 254 42 0.70 0 0.83 0.00 110.38 0.99 0.58
Hex 4C FE 2A 46 0 53 0 6E 63 3A
Octal 114 376 52 106 0 123 0 156 143 72
Binary 1001100 11111110 101010 1000110 0 1010011 0 1101110 1100011 111010

Color Harmonies of #4CFE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFE2A

Black with #4CFE2A

Text Example


Text Example

White with #4CFE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,254,42); }

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

background-color css

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

 a { background-color: rgb(76,254,42); }

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

border-color css

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

 span { border-color: rgb(76,254,42); }

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