Html Css Color HEX #4CEB02 Harlequin

📋 copy color: '#4CEB02'

red 76 ◦ green 235 ◦ blue 2

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

Shades of Harlequin #4CEB02

Tints of Harlequin #4CEB02

RGB

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

 GREEN value IS 235 (92.19% from 255) = 75.08%

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

R = 24.28%
G = 75.08%
B = 0.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#4CEB02 (or 0x4CEB02) is known color: Harlequin. HEX triplet: 4C, EB and 02. RGB value is (76,235,2). Sum of RGB (Red+Green+Blue) = 76+235+2=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 235 (92.19% from 255 or 75.08% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEB02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEB02 is #B314FD. Grayscale: #A1A1A1. Windows color (decimal): -11736318 or 191308. OLE color: 191308.

HSL color Cylindrical-coordinate representation of color #4CEB02: hue angle of 100.94º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4CEB02 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 76 235 2 -
CMYK 0.68 0 0.99 0.08
HSL 100.94º 0.98% 0.46% -
HSV(B) 100.94º 0.99% 0.92% -
XYZ 32.7 60.96 10.1 -
YUV 160.9 38.32 67.45 -
System Red Green Blue C M Y K H S L
Decimal 76 235 2 0.68 0 0.99 0.08 100.94 0.98 0.46
Hex 4C EB 2 44 0 63 8 65 62 2E
Octal 114 353 2 104 0 143 10 145 142 56
Binary 1001100 11101011 10 1000100 0 1100011 1000 1100101 1100010 101110

Color Harmonies of #4CEB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEB02

Black with #4CEB02

Text Example


Text Example

White with #4CEB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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