Html Css Color HEX #3AEC00 Harlequin

📋 copy color: '#3AEC00'

red 58 ◦ green 236 ◦ blue 0

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

Shades of Harlequin #3AEC00

Tints of Harlequin #3AEC00

RGB

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

 GREEN value IS 236 (92.58% from 255) = 80.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 19.73%
G = 80.27%
B = 0%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#3AEC00 (or 0x3AEC00) is known color: Harlequin. HEX triplet: 3A, EC and 00. RGB value is (58,236,0). Sum of RGB (Red+Green+Blue) = 58+236+0=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 236 (92.58% from 255 or 80.27% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 236 - color contains mainly: green. Hex color #3AEC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AEC00 is #C513FF. Grayscale: #9C9C9C. Windows color (decimal): -12915712 or 60474. OLE color: 60474.

HSL color Cylindrical-coordinate representation of color #3AEC00: hue angle of 105.25º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3AEC00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 236 0 -
CMYK 0.75 0 1 0.07
HSL 105.25º 1% 0.46% -
HSV(B) 105.25º 1% 0.93% -
XYZ 31.74 60.89 10.08 -
YUV 155.87 40.03 58.19 -
System Red Green Blue C M Y K H S L
Decimal 58 236 0 0.75 0 1 0.07 105.25 1 0.46
Hex 3A EC 0 4B 0 64 7 69 64 2E
Octal 72 354 0 113 0 144 7 151 144 56
Binary 111010 11101100 0 1001011 0 1100100 111 1101001 1100100 101110

Color Harmonies of #3AEC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEC00

Black with #3AEC00

Text Example


Text Example

White with #3AEC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,236,0); }

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

background-color css

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

 a { background-color: rgb(58,236,0); }

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

border-color css

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

 span { border-color: rgb(58,236,0); }

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