Html Css Color HEX #3AE40E Harlequin

📋 copy color: '#3AE40E'

red 58 ◦ green 228 ◦ blue 14

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

Shades of Harlequin #3AE40E

Tints of Harlequin #3AE40E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 76%

 BLUE value IS 14 (5.86% from 255) = 4.67%

R = 19.33%
G = 76%
B = 4.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#3AE40E (or 0x3AE40E) is known color: Harlequin. HEX triplet: 3A, E4 and 0E. RGB value is (58,228,14). Sum of RGB (Red+Green+Blue) = 58+228+14=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 228 (89.45% from 255 or 76% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 228 - color contains mainly: green. Hex color #3AE40E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AE40E is #C51BF1. Grayscale: #999999. Windows color (decimal): -12917746 or 975930. OLE color: 975930.

HSL color Cylindrical-coordinate representation of color #3AE40E: hue angle of 107.66º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3AE40E is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 58 228 14 -
CMYK 0.75 0 0.94 0.11
HSL 107.66º 0.88% 0.47% -
HSV(B) 107.66º 0.94% 0.89% -
XYZ 29.57 56.42 9.75 -
YUV 152.77 49.68 60.4 -
System Red Green Blue C M Y K H S L
Decimal 58 228 14 0.75 0 0.94 0.11 107.66 0.88 0.47
Hex 3A E4 E 4B 0 5E B 6C 58 2F
Octal 72 344 16 113 0 136 13 154 130 57
Binary 111010 11100100 1110 1001011 0 1011110 1011 1101100 1011000 101111

Color Harmonies of #3AE40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE40E

Black with #3AE40E

Text Example


Text Example

White with #3AE40E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,228,14); }

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

background-color css

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

 a { background-color: rgb(58,228,14); }

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

border-color css

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

 span { border-color: rgb(58,228,14); }

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