Html Css Color HEX #3BDE0A Harlequin

📋 copy color: '#3BDE0A'

red 59 ◦ green 222 ◦ blue 10

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

Shades of Harlequin #3BDE0A

Tints of Harlequin #3BDE0A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 76.29%

 BLUE value IS 10 (4.3% from 255) = 3.44%

R = 20.27%
G = 76.29%
B = 3.44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#3BDE0A (or 0x3BDE0A) is known color: Harlequin. HEX triplet: 3B, DE and 0A. RGB value is (59,222,10). Sum of RGB (Red+Green+Blue) = 59+222+10=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 222 (87.11% from 255 or 76.29% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDE0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDE0A is #C421F5. Grayscale: #959595. Windows color (decimal): -12853750 or 712251. OLE color: 712251.

HSL color Cylindrical-coordinate representation of color #3BDE0A: hue angle of 106.13º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3BDE0A is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 222 10 -
CMYK 0.73 0 0.95 0.13
HSL 106.13º 0.91% 0.45% -
HSV(B) 106.13º 0.95% 0.87% -
XYZ 27.98 53.19 9.08 -
YUV 149.1 49.5 63.74 -
System Red Green Blue C M Y K H S L
Decimal 59 222 10 0.73 0 0.95 0.13 106.13 0.91 0.45
Hex 3B DE A 49 0 5F D 6A 5B 2D
Octal 73 336 12 111 0 137 15 152 133 55
Binary 111011 11011110 1010 1001001 0 1011111 1101 1101010 1011011 101101

Color Harmonies of #3BDE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDE0A

Black with #3BDE0A

Text Example


Text Example

White with #3BDE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,222,10); }

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

background-color css

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

 a { background-color: rgb(59,222,10); }

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

border-color css

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

 span { border-color: rgb(59,222,10); }

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