Html Css Color HEX #3AF308 Harlequin

📋 copy color: '#3AF308'

red 58 ◦ green 243 ◦ blue 8

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

Shades of Harlequin #3AF308

Tints of Harlequin #3AF308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.59%

R = 18.77%
G = 78.64%
B = 2.59%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#3AF308 (or 0x3AF308) is known color: Harlequin. HEX triplet: 3A, F3 and 08. RGB value is (58,243,8). Sum of RGB (Red+Green+Blue) = 58+243+8=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 243 (95.31% from 255 or 78.64% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF308 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF308 is #C50CF7. Grayscale: #A1A1A1. Windows color (decimal): -12913912 or 586554. OLE color: 586554.

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

Color convert

RGB 58 243 8 -
CMYK 0.76 0 0.97 0.05
HSL 107.23º 0.94% 0.49% -
HSV(B) 107.23º 0.97% 0.95% -
XYZ 33.84 65.02 11 -
YUV 160.9 41.71 54.61 -
System Red Green Blue C M Y K H S L
Decimal 58 243 8 0.76 0 0.97 0.05 107.23 0.94 0.49
Hex 3A F3 8 4C 0 61 5 6B 5E 31
Octal 72 363 10 114 0 141 5 153 136 61
Binary 111010 11110011 1000 1001100 0 1100001 101 1101011 1011110 110001

Color Harmonies of #3AF308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF308

Black with #3AF308

Text Example


Text Example

White with #3AF308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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