Html Css Color HEX #3AF922 Harlequin

📋 copy color: '#3AF922'

red 58 ◦ green 249 ◦ blue 34

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

Shades of Harlequin #3AF922

Tints of Harlequin #3AF922

RGB

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

 GREEN value IS 249 (97.66% from 255) = 73.02%

 BLUE value IS 34 (13.67% from 255) = 9.97%

R = 17.01%
G = 73.02%
B = 9.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#3AF922 (or 0x3AF922) is known color: Harlequin. HEX triplet: 3A, F9 and 22. RGB value is (58,249,34). Sum of RGB (Red+Green+Blue) = 58+249+34=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 249 (97.66% from 255 or 73.02% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF922 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF922 is #C506DD. Grayscale: #A8A8A8. Windows color (decimal): -12912350 or 2292026. OLE color: 2292026.

HSL color Cylindrical-coordinate representation of color #3AF922: hue angle of 113.3º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3AF922 is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 249 34 -
CMYK 0.77 0 0.86 0.02
HSL 113.3º 0.95% 0.55% -
HSV(B) 113.3º 0.86% 0.98% -
XYZ 35.91 68.77 12.89 -
YUV 167.38 52.72 49.98 -
System Red Green Blue C M Y K H S L
Decimal 58 249 34 0.77 0 0.86 0.02 113.3 0.95 0.55
Hex 3A F9 22 4D 0 56 2 71 5F 37
Octal 72 371 42 115 0 126 2 161 137 67
Binary 111010 11111001 100010 1001101 0 1010110 10 1110001 1011111 110111

Color Harmonies of #3AF922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF922

Black with #3AF922

Text Example


Text Example

White with #3AF922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,249,34); }

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

background-color css

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

 a { background-color: rgb(58,249,34); }

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

border-color css

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

 span { border-color: rgb(58,249,34); }

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