Html Css Color HEX #3AE60C Harlequin

📋 copy color: '#3AE60C'

red 58 ◦ green 230 ◦ blue 12

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

Shades of Harlequin #3AE60C

Tints of Harlequin #3AE60C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 76.67%

 BLUE value IS 12 (5.08% from 255) = 4%

R = 19.33%
G = 76.67%
B = 4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#3AE60C (or 0x3AE60C) is known color: Harlequin. HEX triplet: 3A, E6 and 0C. RGB value is (58,230,12). Sum of RGB (Red+Green+Blue) = 58+230+12=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 230 (90.23% from 255 or 76.67% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 230 - color contains mainly: green. Hex color #3AE60C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AE60C is #C519F3. Grayscale: #9A9A9A. Windows color (decimal): -12917236 or 845370. OLE color: 845370.

HSL color Cylindrical-coordinate representation of color #3AE60C: hue angle of 107.34º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3AE60C is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 58 230 12 -
CMYK 0.75 0 0.95 0.10
HSL 107.34º 0.9% 0.47% -
HSV(B) 107.34º 0.95% 0.9% -
XYZ 30.11 57.52 9.86 -
YUV 153.72 48.02 59.73 -
System Red Green Blue C M Y K H S L
Decimal 58 230 12 0.75 0 0.95 0.10 107.34 0.9 0.47
Hex 3A E6 C 4B 0 5F A 6B 5A 2F
Octal 72 346 14 113 0 137 12 153 132 57
Binary 111010 11100110 1100 1001011 0 1011111 1010 1101011 1011010 101111

Color Harmonies of #3AE60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE60C

Black with #3AE60C

Text Example


Text Example

White with #3AE60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,230,12); }

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

background-color css

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

 a { background-color: rgb(58,230,12); }

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

border-color css

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

 span { border-color: rgb(58,230,12); }

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