Html Css Color HEX #3AF81B Harlequin

📋 copy color: '#3AF81B'

red 58 ◦ green 248 ◦ blue 27

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

Shades of Harlequin #3AF81B

Tints of Harlequin #3AF81B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 74.47%

 BLUE value IS 27 (10.94% from 255) = 8.11%

R = 17.42%
G = 74.47%
B = 8.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#3AF81B (or 0x3AF81B) is known color: Harlequin. HEX triplet: 3A, F8 and 1B. RGB value is (58,248,27). Sum of RGB (Red+Green+Blue) = 58+248+27=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 248 (97.27% from 255 or 74.47% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF81B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF81B is #C507E4. Grayscale: #A6A6A6. Windows color (decimal): -12912613 or 1833018. OLE color: 1833018.

HSL color Cylindrical-coordinate representation of color #3AF81B: hue angle of 111.58º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3AF81B is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 248 27 -
CMYK 0.77 0 0.89 0.03
HSL 111.58º 0.94% 0.54% -
HSV(B) 111.58º 0.89% 0.97% -
XYZ 35.51 68.11 12.31 -
YUV 166 49.55 50.97 -
System Red Green Blue C M Y K H S L
Decimal 58 248 27 0.77 0 0.89 0.03 111.58 0.94 0.54
Hex 3A F8 1B 4D 0 59 3 70 5E 36
Octal 72 370 33 115 0 131 3 160 136 66
Binary 111010 11111000 11011 1001101 0 1011001 11 1110000 1011110 110110

Color Harmonies of #3AF81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF81B

Black with #3AF81B

Text Example


Text Example

White with #3AF81B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,248,27); }

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

background-color css

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

 a { background-color: rgb(58,248,27); }

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

border-color css

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

 span { border-color: rgb(58,248,27); }

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