Html Css Color HEX #4BFC1D Harlequin

📋 copy color: '#4BFC1D'

red 75 ◦ green 252 ◦ blue 29

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

Shades of Harlequin #4BFC1D

Tints of Harlequin #4BFC1D

RGB

 RED value IS 75 (29.69% from 255) = 21.07%

 GREEN value IS 252 (98.83% from 255) = 70.79%

 BLUE value IS 29 (11.72% from 255) = 8.15%

R = 21.07%
G = 70.79%
B = 8.15%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#4BFC1D (or 0x4BFC1D) is known color: Harlequin. HEX triplet: 4B, FC and 1D. RGB value is (75,252,29). Sum of RGB (Red+Green+Blue) = 75+252+29=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 252 (98.83% from 255 or 70.79% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFC1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFC1D is #B403E2. Grayscale: #AEAEAE. Windows color (decimal): -11797475 or 1965131. OLE color: 1965131.

HSL color Cylindrical-coordinate representation of color #4BFC1D: hue angle of 107.62º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4BFC1D is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 252 29 -
CMYK 0.70 0 0.88 0.01
HSL 107.62º 0.97% 0.55% -
HSV(B) 107.62º 0.88% 0.99% -
XYZ 37.93 71.21 12.91 -
YUV 173.66 46.36 57.63 -
System Red Green Blue C M Y K H S L
Decimal 75 252 29 0.70 0 0.88 0.01 107.62 0.97 0.55
Hex 4B FC 1D 46 0 58 1 6C 61 37
Octal 113 374 35 106 0 130 1 154 141 67
Binary 1001011 11111100 11101 1000110 0 1011000 1 1101100 1100001 110111

Color Harmonies of #4BFC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFC1D

Black with #4BFC1D

Text Example


Text Example

White with #4BFC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,252,29); }

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

background-color css

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

 a { background-color: rgb(75,252,29); }

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

border-color css

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

 span { border-color: rgb(75,252,29); }

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