Html Css Color HEX #3AF31F Harlequin

📋 copy color: '#3AF31F'

red 58 ◦ green 243 ◦ blue 31

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

Shades of Harlequin #3AF31F

Tints of Harlequin #3AF31F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 73.19%

 BLUE value IS 31 (12.5% from 255) = 9.34%

R = 17.47%
G = 73.19%
B = 9.34%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#3AF31F (or 0x3AF31F) is known color: Harlequin. HEX triplet: 3A, F3 and 1F. RGB value is (58,243,31). Sum of RGB (Red+Green+Blue) = 58+243+31=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 243 (95.31% from 255 or 73.19% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF31F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF31F is #C50CE0. Grayscale: #A4A4A4. Windows color (decimal): -12913889 or 2093882. OLE color: 2093882.

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

Color convert

RGB 58 243 31 -
CMYK 0.76 0 0.87 0.05
HSL 112.36º 0.9% 0.54% -
HSV(B) 112.36º 0.87% 0.95% -
XYZ 34.04 65.1 12.07 -
YUV 163.52 53.21 52.74 -
System Red Green Blue C M Y K H S L
Decimal 58 243 31 0.76 0 0.87 0.05 112.36 0.9 0.54
Hex 3A F3 1F 4C 0 57 5 70 5A 36
Octal 72 363 37 114 0 127 5 160 132 66
Binary 111010 11110011 11111 1001100 0 1010111 101 1110000 1011010 110110

Color Harmonies of #3AF31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF31F

Black with #3AF31F

Text Example


Text Example

White with #3AF31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,243,31); }

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

background-color css

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

 a { background-color: rgb(58,243,31); }

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

border-color css

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

 span { border-color: rgb(58,243,31); }

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