Html Css Color HEX #3AF215 Harlequin

📋 copy color: '#3AF215'

red 58 ◦ green 242 ◦ blue 21

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

Shades of Harlequin #3AF215

Tints of Harlequin #3AF215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.54%

R = 18.07%
G = 75.39%
B = 6.54%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#3AF215 (or 0x3AF215) is known color: Harlequin. HEX triplet: 3A, F2 and 15. RGB value is (58,242,21). Sum of RGB (Red+Green+Blue) = 58+242+21=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 242 (94.92% from 255 or 75.39% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF215 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF215 is #C50DEA. Grayscale: #A2A2A2. Windows color (decimal): -12914155 or 1438266. OLE color: 1438266.

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

Color convert

RGB 58 242 21 -
CMYK 0.76 0 0.91 0.05
HSL 109.95º 0.89% 0.52% -
HSV(B) 109.95º 0.91% 0.95% -
XYZ 33.63 64.46 11.38 -
YUV 161.79 48.54 53.97 -
System Red Green Blue C M Y K H S L
Decimal 58 242 21 0.76 0 0.91 0.05 109.95 0.89 0.52
Hex 3A F2 15 4C 0 5B 5 6E 59 34
Octal 72 362 25 114 0 133 5 156 131 64
Binary 111010 11110010 10101 1001100 0 1011011 101 1101110 1011001 110100

Color Harmonies of #3AF215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF215

Black with #3AF215

Text Example


Text Example

White with #3AF215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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