Html Css Color HEX #3AF92A Harlequin

📋 copy color: '#3AF92A'

red 58 ◦ green 249 ◦ blue 42

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

Shades of Harlequin #3AF92A

Tints of Harlequin #3AF92A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 16.62%
G = 71.35%
B = 12.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#3AF92A (or 0x3AF92A) is known color: Harlequin. HEX triplet: 3A, F9 and 2A. RGB value is (58,249,42). Sum of RGB (Red+Green+Blue) = 58+249+42=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 249 (97.66% from 255 or 71.35% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF92A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF92A is #C506D5. Grayscale: #A8A8A8. Windows color (decimal): -12912342 or 2816314. OLE color: 2816314.

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

Color convert

RGB 58 249 42 -
CMYK 0.77 0 0.83 0.02
HSL 115.36º 0.95% 0.57% -
HSV(B) 115.36º 0.83% 0.98% -
XYZ 36.04 68.82 13.57 -
YUV 168.29 56.72 49.33 -
System Red Green Blue C M Y K H S L
Decimal 58 249 42 0.77 0 0.83 0.02 115.36 0.95 0.57
Hex 3A F9 2A 4D 0 53 2 73 5F 39
Octal 72 371 52 115 0 123 2 163 137 71
Binary 111010 11111001 101010 1001101 0 1010011 10 1110011 1011111 111001

Color Harmonies of #3AF92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF92A

Black with #3AF92A

Text Example


Text Example

White with #3AF92A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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