Html Css Color HEX #3BE814 Harlequin

📋 copy color: '#3BE814'

red 59 ◦ green 232 ◦ blue 20

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

Shades of Harlequin #3BE814

Tints of Harlequin #3BE814

RGB

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

 GREEN value IS 232 (91.02% from 255) = 74.6%

 BLUE value IS 20 (8.2% from 255) = 6.43%

R = 18.97%
G = 74.6%
B = 6.43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#3BE814 (or 0x3BE814) is known color: Harlequin. HEX triplet: 3B, E8 and 14. RGB value is (59,232,20). Sum of RGB (Red+Green+Blue) = 59+232+20=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 232 (91.02% from 255 or 74.60% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 232 - color contains mainly: green. Hex color #3BE814 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BE814 is #C417EB. Grayscale: #9C9C9C. Windows color (decimal): -12851180 or 1370171. OLE color: 1370171.

HSL color Cylindrical-coordinate representation of color #3BE814: hue angle of 108.96º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BE814 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 59 232 20 -
CMYK 0.75 0 0.91 0.09
HSL 108.96º 0.84% 0.49% -
HSV(B) 108.96º 0.91% 0.91% -
XYZ 30.79 58.69 10.37 -
YUV 156.11 51.19 58.74 -
System Red Green Blue C M Y K H S L
Decimal 59 232 20 0.75 0 0.91 0.09 108.96 0.84 0.49
Hex 3B E8 14 4B 0 5B 9 6D 54 31
Octal 73 350 24 113 0 133 11 155 124 61
Binary 111011 11101000 10100 1001011 0 1011011 1001 1101101 1010100 110001

Color Harmonies of #3BE814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE814

Black with #3BE814

Text Example


Text Example

White with #3BE814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,232,20); }

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

background-color css

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

 a { background-color: rgb(59,232,20); }

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

border-color css

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

 span { border-color: rgb(59,232,20); }

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