Html Css Color HEX #3AEB04 Harlequin

📋 copy color: '#3AEB04'

red 58 ◦ green 235 ◦ blue 4

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

Shades of Harlequin #3AEB04

Tints of Harlequin #3AEB04

RGB

 RED value IS 58 (23.05% from 255) = 19.53%

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

 BLUE value IS 4 (1.95% from 255) = 1.35%

R = 19.53%
G = 79.12%
B = 1.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#3AEB04 (or 0x3AEB04) is known color: Harlequin. HEX triplet: 3A, EB and 04. RGB value is (58,235,4). Sum of RGB (Red+Green+Blue) = 58+235+4=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 235 (92.19% from 255 or 79.12% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEB04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AEB04 is #C514FB. Grayscale: #9C9C9C. Windows color (decimal): -12915964 or 322362. OLE color: 322362.

HSL color Cylindrical-coordinate representation of color #3AEB04: hue angle of 105.97º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3AEB04 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 235 4 -
CMYK 0.75 0 0.98 0.08
HSL 105.97º 0.97% 0.47% -
HSV(B) 105.97º 0.98% 0.92% -
XYZ 31.48 60.32 10.1 -
YUV 155.74 42.36 58.28 -
System Red Green Blue C M Y K H S L
Decimal 58 235 4 0.75 0 0.98 0.08 105.97 0.97 0.47
Hex 3A EB 4 4B 0 62 8 6A 61 2F
Octal 72 353 4 113 0 142 10 152 141 57
Binary 111010 11101011 100 1001011 0 1100010 1000 1101010 1100001 101111

Color Harmonies of #3AEB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEB04

Black with #3AEB04

Text Example


Text Example

White with #3AEB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AEB04; }

 p { color: rgb(58,235,4); }

 H1.HeaderClassName
 {
   color: #3AEB04;
 }
 .AnyTagClassName
 {
   color: #3AEB04;
 }
</style>

background-color css

<style>
 a { background-color: #3AEB04; }

 a { background-color: rgb(58,235,4); }

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

border-color css

<style>
 span { border-color: #3AEB04; }

 span { border-color: rgb(58,235,4); }

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