Html Css Color HEX #3AF11C Harlequin

📋 copy color: '#3AF11C'

red 58 ◦ green 241 ◦ blue 28

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

Shades of Harlequin #3AF11C

Tints of Harlequin #3AF11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.56%

R = 17.74%
G = 73.7%
B = 8.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#3AF11C (or 0x3AF11C) is known color: Harlequin. HEX triplet: 3A, F1 and 1C. RGB value is (58,241,28). Sum of RGB (Red+Green+Blue) = 58+241+28=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 241 (94.53% from 255 or 73.70% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF11C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF11C is #C50EE3. Grayscale: #A2A2A2. Windows color (decimal): -12914404 or 1896762. OLE color: 1896762.

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

Color convert

RGB 58 241 28 -
CMYK 0.76 0 0.88 0.05
HSL 111.55º 0.88% 0.53% -
HSV(B) 111.55º 0.88% 0.95% -
XYZ 33.41 63.89 11.67 -
YUV 162 52.37 53.82 -
System Red Green Blue C M Y K H S L
Decimal 58 241 28 0.76 0 0.88 0.05 111.55 0.88 0.53
Hex 3A F1 1C 4C 0 58 5 70 58 35
Octal 72 361 34 114 0 130 5 160 130 65
Binary 111010 11110001 11100 1001100 0 1011000 101 1110000 1011000 110101

Color Harmonies of #3AF11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF11C

Black with #3AF11C

Text Example


Text Example

White with #3AF11C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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