Html Css Color HEX #4BEA1E Harlequin

📋 copy color: '#4BEA1E'

red 75 ◦ green 234 ◦ blue 30

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

Shades of Harlequin #4BEA1E

Tints of Harlequin #4BEA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.85%

R = 22.12%
G = 69.03%
B = 8.85%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#4BEA1E (or 0x4BEA1E) is known color: Harlequin. HEX triplet: 4B, EA and 1E. RGB value is (75,234,30). Sum of RGB (Red+Green+Blue) = 75+234+30=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 234 (91.80% from 255 or 69.03% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 234 - color contains mainly: green. Hex color #4BEA1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BEA1E is #B415E1. Grayscale: #A3A3A3. Windows color (decimal): -11802082 or 2026059. OLE color: 2026059.

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

Color convert

RGB 75 234 30 -
CMYK 0.68 0 0.87 0.08
HSL 106.76º 0.83% 0.52% -
HSV(B) 106.76º 0.87% 0.92% -
XYZ 32.56 60.44 11.18 -
YUV 163.2 52.82 65.09 -
System Red Green Blue C M Y K H S L
Decimal 75 234 30 0.68 0 0.87 0.08 106.76 0.83 0.52
Hex 4B EA 1E 44 0 57 8 6B 53 34
Octal 113 352 36 104 0 127 10 153 123 64
Binary 1001011 11101010 11110 1000100 0 1010111 1000 1101011 1010011 110100

Color Harmonies of #4BEA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEA1E

Black with #4BEA1E

Text Example


Text Example

White with #4BEA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,234,30); }

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

background-color css

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

 a { background-color: rgb(75,234,30); }

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

border-color css

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

 span { border-color: rgb(75,234,30); }

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