Html Css Color HEX #3BD902 Harlequin

📋 copy color: '#3BD902'

red 59 ◦ green 217 ◦ blue 2

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

Shades of Harlequin #3BD902

Tints of Harlequin #3BD902

RGB

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

 GREEN value IS 217 (85.16% from 255) = 78.06%

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 21.22%
G = 78.06%
B = 0.72%

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

#3BD902 (or 0x3BD902) is known color: Harlequin. HEX triplet: 3B, D9 and 02. RGB value is (59,217,2). Sum of RGB (Red+Green+Blue) = 59+217+2=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 217 (85.16% from 255 or 78.06% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD902 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD902 is #C426FD. Grayscale: #919191. Windows color (decimal): -12855038 or 186683. OLE color: 186683.

HSL color Cylindrical-coordinate representation of color #3BD902: hue angle of 104.09º degrees, saturation: 0.98, 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 #3BD902 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 59 217 2 -
CMYK 0.73 0 0.99 0.15
HSL 104.09º 0.98% 0.43% -
HSV(B) 104.09º 0.99% 0.85% -
XYZ 26.63 50.56 8.41 -
YUV 145.25 47.15 66.48 -
System Red Green Blue C M Y K H S L
Decimal 59 217 2 0.73 0 0.99 0.15 104.09 0.98 0.43
Hex 3B D9 2 49 0 63 F 68 62 2B
Octal 73 331 2 111 0 143 17 150 142 53
Binary 111011 11011001 10 1001001 0 1100011 1111 1101000 1100010 101011

Color Harmonies of #3BD902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD902

Black with #3BD902

Text Example


Text Example

White with #3BD902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,217,2); }

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

background-color css

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

 a { background-color: rgb(59,217,2); }

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

border-color css

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

 span { border-color: rgb(59,217,2); }

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