Html Css Color HEX #4CFE02 Harlequin

📋 copy color: '#4CFE02'

red 76 ◦ green 254 ◦ blue 2

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

Shades of Harlequin #4CFE02

Tints of Harlequin #4CFE02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 22.89%
G = 76.51%
B = 0.6%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#4CFE02 (or 0x4CFE02) is known color: Harlequin. HEX triplet: 4C, FE and 02. RGB value is (76,254,2). Sum of RGB (Red+Green+Blue) = 76+254+2=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 254 (99.61% from 255 or 76.51% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFE02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFE02 is #B301FD. Grayscale: #ACACAC. Windows color (decimal): -11731454 or 196172. OLE color: 196172.

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

Color convert

RGB 76 254 2 -
CMYK 0.70 0 0.99 0.00
HSL 102.38º 0.99% 0.5% -
HSV(B) 102.38º 0.99% 1% -
XYZ 38.43 72.42 12.01 -
YUV 172.05 32.03 59.49 -
System Red Green Blue C M Y K H S L
Decimal 76 254 2 0.70 0 0.99 0.00 102.38 0.99 0.5
Hex 4C FE 2 46 0 63 0 66 63 32
Octal 114 376 2 106 0 143 0 146 143 62
Binary 1001100 11111110 10 1000110 0 1100011 0 1100110 1100011 110010

Color Harmonies of #4CFE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFE02

Black with #4CFE02

Text Example


Text Example

White with #4CFE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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