Html Css Color HEX #3AE212 Harlequin

📋 copy color: '#3AE212'

red 58 ◦ green 226 ◦ blue 18

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

Shades of Harlequin #3AE212

Tints of Harlequin #3AE212

RGB

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

 GREEN value IS 226 (88.67% from 255) = 74.83%

 BLUE value IS 18 (7.42% from 255) = 5.96%

R = 19.21%
G = 74.83%
B = 5.96%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#3AE212 (or 0x3AE212) is known color: Harlequin. HEX triplet: 3A, E2 and 12. RGB value is (58,226,18). Sum of RGB (Red+Green+Blue) = 58+226+18=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 226 (88.67% from 255 or 74.83% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 226 - color contains mainly: green. Hex color #3AE212 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AE212 is #C51DED. Grayscale: #989898. Windows color (decimal): -12918254 or 1237562. OLE color: 1237562.

HSL color Cylindrical-coordinate representation of color #3AE212: hue angle of 108.46º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AE212 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 58 226 18 -
CMYK 0.74 0 0.92 0.11
HSL 108.46º 0.85% 0.48% -
HSV(B) 108.46º 0.92% 0.89% -
XYZ 29.05 55.34 9.72 -
YUV 152.06 52.34 60.91 -
System Red Green Blue C M Y K H S L
Decimal 58 226 18 0.74 0 0.92 0.11 108.46 0.85 0.48
Hex 3A E2 12 4A 0 5C B 6C 55 30
Octal 72 342 22 112 0 134 13 154 125 60
Binary 111010 11100010 10010 1001010 0 1011100 1011 1101100 1010101 110000

Color Harmonies of #3AE212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE212

Black with #3AE212

Text Example


Text Example

White with #3AE212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,226,18); }

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

background-color css

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

 a { background-color: rgb(58,226,18); }

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

border-color css

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

 span { border-color: rgb(58,226,18); }

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