Html Css Color HEX #4CFF2B Harlequin

📋 copy color: '#4CFF2B'

red 76 ◦ green 255 ◦ blue 43

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

Shades of Harlequin #4CFF2B

Tints of Harlequin #4CFF2B

RGB

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

 GREEN value IS 255 (100% from 255) = 68.18%

 BLUE value IS 43 (17.19% from 255) = 11.5%

R = 20.32%
G = 68.18%
B = 11.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#4CFF2B (or 0x4CFF2B) is known color: Harlequin. HEX triplet: 4C, FF and 2B. RGB value is (76,255,43). Sum of RGB (Red+Green+Blue) = 76+255+43=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFF2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFF2B is #B300D4. Grayscale: #B1B1B1. Windows color (decimal): -11731157 or 2883404. OLE color: 2883404.

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

Color convert

RGB 76 255 43 -
CMYK 0.70 0 0.83 0
HSL 110.66º 1% 0.58% -
HSV(B) 110.66º 0.83% 1% -
XYZ 39.18 73.23 14.36 -
YUV 177.31 52.2 55.74 -
System Red Green Blue C M Y K H S L
Decimal 76 255 43 0.70 0 0.83 0 110.66 1 0.58
Hex 4C FF 2B 46 0 53 0 6F 64 3A
Octal 114 377 53 106 0 123 0 157 144 72
Binary 1001100 11111111 101011 1000110 0 1010011 0 1101111 1100100 111010

Color Harmonies of #4CFF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFF2B

Black with #4CFF2B

Text Example


Text Example

White with #4CFF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,255,43); }

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

background-color css

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

 a { background-color: rgb(76,255,43); }

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

border-color css

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

 span { border-color: rgb(76,255,43); }

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