Html Css Color HEX #3BDE07 Harlequin

📋 copy color: '#3BDE07'

red 59 ◦ green 222 ◦ blue 7

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

Shades of Harlequin #3BDE07

Tints of Harlequin #3BDE07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.43%

R = 20.49%
G = 77.08%
B = 2.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#3BDE07 (or 0x3BDE07) is known color: Harlequin. HEX triplet: 3B, DE and 07. RGB value is (59,222,7). Sum of RGB (Red+Green+Blue) = 59+222+7=288 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.49% from 288); Green value is 222 (87.11% from 255 or 77.08% from 288); Blue value is 7 (3.12% from 255 or 2.43% from 288); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDE07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDE07 is #C421F8. Grayscale: #959595. Windows color (decimal): -12853753 or 515643. OLE color: 515643.

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

Color convert

RGB 59 222 7 -
CMYK 0.73 0 0.97 0.13
HSL 105.49º 0.94% 0.45% -
HSV(B) 105.49º 0.97% 0.87% -
XYZ 27.96 53.19 8.99 -
YUV 148.75 48 63.98 -
System Red Green Blue C M Y K H S L
Decimal 59 222 7 0.73 0 0.97 0.13 105.49 0.94 0.45
Hex 3B DE 7 49 0 61 D 69 5E 2D
Octal 73 336 7 111 0 141 15 151 136 55
Binary 111011 11011110 111 1001001 0 1100001 1101 1101001 1011110 101101

Color Harmonies of #3BDE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDE07

Black with #3BDE07

Text Example


Text Example

White with #3BDE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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