Html Css Color HEX #4CFB1C Harlequin

📋 copy color: '#4CFB1C'

red 76 ◦ green 251 ◦ blue 28

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

Shades of Harlequin #4CFB1C

Tints of Harlequin #4CFB1C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 70.7%

 BLUE value IS 28 (11.33% from 255) = 7.89%

R = 21.41%
G = 70.7%
B = 7.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#4CFB1C (or 0x4CFB1C) is known color: Harlequin. HEX triplet: 4C, FB and 1C. RGB value is (76,251,28). Sum of RGB (Red+Green+Blue) = 76+251+28=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 251 (98.44% from 255 or 70.70% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFB1C is #B304E3. Grayscale: #ADADAD. Windows color (decimal): -11732196 or 1899340. OLE color: 1899340.

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

Color convert

RGB 76 251 28 -
CMYK 0.70 0 0.89 0.02
HSL 107.09º 0.97% 0.55% -
HSV(B) 107.09º 0.89% 0.98% -
XYZ 37.69 70.61 12.74 -
YUV 173.25 46.02 58.63 -
System Red Green Blue C M Y K H S L
Decimal 76 251 28 0.70 0 0.89 0.02 107.09 0.97 0.55
Hex 4C FB 1C 46 0 59 2 6B 61 37
Octal 114 373 34 106 0 131 2 153 141 67
Binary 1001100 11111011 11100 1000110 0 1011001 10 1101011 1100001 110111

Color Harmonies of #4CFB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFB1C

Black with #4CFB1C

Text Example


Text Example

White with #4CFB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,251,28); }

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

background-color css

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

 a { background-color: rgb(76,251,28); }

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

border-color css

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

 span { border-color: rgb(76,251,28); }

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