Html Css Color HEX #4CEA1B Harlequin

📋 copy color: '#4CEA1B'

red 76 ◦ green 234 ◦ blue 27

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

Shades of Harlequin #4CEA1B

Tints of Harlequin #4CEA1B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 69.44%

 BLUE value IS 27 (10.94% from 255) = 8.01%

R = 22.55%
G = 69.44%
B = 8.01%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#4CEA1B (or 0x4CEA1B) is known color: Harlequin. HEX triplet: 4C, EA and 1B. RGB value is (76,234,27). Sum of RGB (Red+Green+Blue) = 76+234+27=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 234 (91.80% from 255 or 69.44% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEA1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEA1B is #B315E4. Grayscale: #A3A3A3. Windows color (decimal): -11736549 or 1829452. OLE color: 1829452.

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

Color convert

RGB 76 234 27 -
CMYK 0.68 0 0.88 0.08
HSL 105.8º 0.83% 0.51% -
HSV(B) 105.8º 0.88% 0.92% -
XYZ 32.6 60.46 10.99 -
YUV 163.16 51.15 65.83 -
System Red Green Blue C M Y K H S L
Decimal 76 234 27 0.68 0 0.88 0.08 105.8 0.83 0.51
Hex 4C EA 1B 44 0 58 8 6A 53 33
Octal 114 352 33 104 0 130 10 152 123 63
Binary 1001100 11101010 11011 1000100 0 1011000 1000 1101010 1010011 110011

Color Harmonies of #4CEA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEA1B

Black with #4CEA1B

Text Example


Text Example

White with #4CEA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,234,27); }

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

background-color css

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

 a { background-color: rgb(76,234,27); }

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

border-color css

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

 span { border-color: rgb(76,234,27); }

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