Html Css Color HEX #3BE10B Harlequin

📋 copy color: '#3BE10B'

red 59 ◦ green 225 ◦ blue 11

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

Shades of Harlequin #3BE10B

Tints of Harlequin #3BE10B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 76.27%

 BLUE value IS 11 (4.69% from 255) = 3.73%

R = 20%
G = 76.27%
B = 3.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#3BE10B (or 0x3BE10B) is known color: Harlequin. HEX triplet: 3B, E1 and 0B. RGB value is (59,225,11). Sum of RGB (Red+Green+Blue) = 59+225+11=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 225 (88.28% from 255 or 76.27% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 225 - color contains mainly: green. Hex color #3BE10B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE10B is #C41EF4. Grayscale: #979797. Windows color (decimal): -12852981 or 778555. OLE color: 778555.

HSL color Cylindrical-coordinate representation of color #3BE10B: hue angle of 106.54º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3BE10B is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 59 225 11 -
CMYK 0.74 0 0.95 0.12
HSL 106.54º 0.91% 0.46% -
HSV(B) 106.54º 0.95% 0.88% -
XYZ 28.79 54.8 9.38 -
YUV 150.97 49 62.4 -
System Red Green Blue C M Y K H S L
Decimal 59 225 11 0.74 0 0.95 0.12 106.54 0.91 0.46
Hex 3B E1 B 4A 0 5F C 6B 5B 2E
Octal 73 341 13 112 0 137 14 153 133 56
Binary 111011 11100001 1011 1001010 0 1011111 1100 1101011 1011011 101110

Color Harmonies of #3BE10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BE10B

Black with #3BE10B

Text Example


Text Example

White with #3BE10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,225,11); }

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

background-color css

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

 a { background-color: rgb(59,225,11); }

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

border-color css

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

 span { border-color: rgb(59,225,11); }

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