Html Css Color HEX #3AE00C Harlequin

📋 copy color: '#3AE00C'

red 58 ◦ green 224 ◦ blue 12

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

Shades of Harlequin #3AE00C

Tints of Harlequin #3AE00C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 76.19%

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

R = 19.73%
G = 76.19%
B = 4.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#3AE00C (or 0x3AE00C) is known color: Harlequin. HEX triplet: 3A, E0 and 0C. RGB value is (58,224,12). Sum of RGB (Red+Green+Blue) = 58+224+12=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 224 (87.89% from 255 or 76.19% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 224 - color contains mainly: green. Hex color #3AE00C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AE00C is #C51FF3. Grayscale: #969696. Windows color (decimal): -12918772 or 843834. OLE color: 843834.

HSL color Cylindrical-coordinate representation of color #3AE00C: hue angle of 106.98º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3AE00C is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 58 224 12 -
CMYK 0.74 0 0.95 0.12
HSL 106.98º 0.9% 0.46% -
HSV(B) 106.98º 0.95% 0.88% -
XYZ 28.47 54.24 9.32 -
YUV 150.2 50 62.24 -
System Red Green Blue C M Y K H S L
Decimal 58 224 12 0.74 0 0.95 0.12 106.98 0.9 0.46
Hex 3A E0 C 4A 0 5F C 6B 5A 2E
Octal 72 340 14 112 0 137 14 153 132 56
Binary 111010 11100000 1100 1001010 0 1011111 1100 1101011 1011010 101110

Color Harmonies of #3AE00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE00C

Black with #3AE00C

Text Example


Text Example

White with #3AE00C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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