Html Css Color HEX #3BF812 Harlequin

📋 copy color: '#3BF812'

red 59 ◦ green 248 ◦ blue 18

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

Shades of Harlequin #3BF812

Tints of Harlequin #3BF812

RGB

 RED value IS 59 (23.44% from 255) = 18.15%

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

 BLUE value IS 18 (7.42% from 255) = 5.54%

R = 18.15%
G = 76.31%
B = 5.54%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#3BF812 (or 0x3BF812) is known color: Harlequin. HEX triplet: 3B, F8 and 12. RGB value is (59,248,18). Sum of RGB (Red+Green+Blue) = 59+248+18=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 248 (97.27% from 255 or 76.31% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 248 - color contains mainly: green. Hex color #3BF812 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BF812 is #C407ED. Grayscale: #A5A5A5. Windows color (decimal): -12847086 or 1243195. OLE color: 1243195.

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

Color convert

RGB 59 248 18 -
CMYK 0.76 0 0.93 0.03
HSL 109.3º 0.94% 0.52% -
HSV(B) 109.3º 0.93% 0.97% -
XYZ 35.48 68.11 11.85 -
YUV 165.27 44.88 52.2 -
System Red Green Blue C M Y K H S L
Decimal 59 248 18 0.76 0 0.93 0.03 109.3 0.94 0.52
Hex 3B F8 12 4C 0 5D 3 6D 5E 34
Octal 73 370 22 114 0 135 3 155 136 64
Binary 111011 11111000 10010 1001100 0 1011101 11 1101101 1011110 110100

Color Harmonies of #3BF812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF812

Black with #3BF812

Text Example


Text Example

White with #3BF812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,248,18); }

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

background-color css

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

 a { background-color: rgb(59,248,18); }

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

border-color css

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

 span { border-color: rgb(59,248,18); }

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