Html Css Color HEX #3BD803 Harlequin

📋 copy color: '#3BD803'

red 59 ◦ green 216 ◦ blue 3

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

Shades of Harlequin #3BD803

Tints of Harlequin #3BD803

RGB

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

 GREEN value IS 216 (84.77% from 255) = 77.7%

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 21.22%
G = 77.7%
B = 1.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#3BD803 (or 0x3BD803) is known color: Harlequin. HEX triplet: 3B, D8 and 03. RGB value is (59,216,3). Sum of RGB (Red+Green+Blue) = 59+216+3=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 216 (84.77% from 255 or 77.70% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 216 - color contains mainly: green. Hex color #3BD803 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD803 is #C427FC. Grayscale: #919191. Windows color (decimal): -12855293 or 251963. OLE color: 251963.

HSL color Cylindrical-coordinate representation of color #3BD803: hue angle of 104.23º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3BD803 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 59 216 3 -
CMYK 0.73 0 0.99 0.15
HSL 104.23º 0.97% 0.43% -
HSV(B) 104.23º 0.99% 0.85% -
XYZ 26.38 50.05 8.36 -
YUV 144.78 47.99 66.82 -
System Red Green Blue C M Y K H S L
Decimal 59 216 3 0.73 0 0.99 0.15 104.23 0.97 0.43
Hex 3B D8 3 49 0 63 F 68 61 2B
Octal 73 330 3 111 0 143 17 150 141 53
Binary 111011 11011000 11 1001001 0 1100011 1111 1101000 1100001 101011

Color Harmonies of #3BD803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD803

Black with #3BD803

Text Example


Text Example

White with #3BD803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,216,3); }

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

background-color css

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

 a { background-color: rgb(59,216,3); }

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

border-color css

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

 span { border-color: rgb(59,216,3); }

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