Html Css Color HEX #3AF212 Harlequin

📋 copy color: '#3AF212'

red 58 ◦ green 242 ◦ blue 18

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

Shades of Harlequin #3AF212

Tints of Harlequin #3AF212

RGB

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

 GREEN value IS 242 (94.92% from 255) = 76.1%

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

R = 18.24%
G = 76.1%
B = 5.66%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#3AF212 (or 0x3AF212) is known color: Harlequin. HEX triplet: 3A, F2 and 12. RGB value is (58,242,18). Sum of RGB (Red+Green+Blue) = 58+242+18=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 242 (94.92% from 255 or 76.10% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF212 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF212 is #C50DED. Grayscale: #A2A2A2. Windows color (decimal): -12914158 or 1241658. OLE color: 1241658.

HSL color Cylindrical-coordinate representation of color #3AF212: hue angle of 109.29º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AF212 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 242 18 -
CMYK 0.76 0 0.93 0.05
HSL 109.29º 0.9% 0.51% -
HSV(B) 109.29º 0.93% 0.95% -
XYZ 33.61 64.45 11.24 -
YUV 161.45 47.04 54.21 -
System Red Green Blue C M Y K H S L
Decimal 58 242 18 0.76 0 0.93 0.05 109.29 0.9 0.51
Hex 3A F2 12 4C 0 5D 5 6D 5A 33
Octal 72 362 22 114 0 135 5 155 132 63
Binary 111010 11110010 10010 1001100 0 1011101 101 1101101 1011010 110011

Color Harmonies of #3AF212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF212

Black with #3AF212

Text Example


Text Example

White with #3AF212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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