Html Css Color HEX #3AF10F Harlequin

📋 copy color: '#3AF10F'

red 58 ◦ green 241 ◦ blue 15

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

Shades of Harlequin #3AF10F

Tints of Harlequin #3AF10F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 76.75%

 BLUE value IS 15 (6.25% from 255) = 4.78%

R = 18.47%
G = 76.75%
B = 4.78%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#3AF10F (or 0x3AF10F) is known color: Harlequin. HEX triplet: 3A, F1 and 0F. RGB value is (58,241,15). Sum of RGB (Red+Green+Blue) = 58+241+15=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 241 (94.53% from 255 or 76.75% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF10F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF10F is #C50EF0. Grayscale: #A1A1A1. Windows color (decimal): -12914417 or 1044794. OLE color: 1044794.

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

Color convert

RGB 58 241 15 -
CMYK 0.76 0 0.94 0.05
HSL 108.58º 0.89% 0.5% -
HSV(B) 108.58º 0.94% 0.95% -
XYZ 33.29 63.84 11.02 -
YUV 160.52 45.87 54.88 -
System Red Green Blue C M Y K H S L
Decimal 58 241 15 0.76 0 0.94 0.05 108.58 0.89 0.5
Hex 3A F1 F 4C 0 5E 5 6D 59 32
Octal 72 361 17 114 0 136 5 155 131 62
Binary 111010 11110001 1111 1001100 0 1011110 101 1101101 1011001 110010

Color Harmonies of #3AF10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF10F

Black with #3AF10F

Text Example


Text Example

White with #3AF10F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,241,15); }

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

background-color css

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

 a { background-color: rgb(58,241,15); }

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

border-color css

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

 span { border-color: rgb(58,241,15); }

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