Html Css Color HEX #3BFB1E Harlequin

📋 copy color: '#3BFB1E'

red 59 ◦ green 251 ◦ blue 30

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

Shades of Harlequin #3BFB1E

Tints of Harlequin #3BFB1E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 73.82%

 BLUE value IS 30 (12.11% from 255) = 8.82%

R = 17.35%
G = 73.82%
B = 8.82%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#3BFB1E (or 0x3BFB1E) is known color: Harlequin. HEX triplet: 3B, FB and 1E. RGB value is (59,251,30). Sum of RGB (Red+Green+Blue) = 59+251+30=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 251 (98.44% from 255 or 73.82% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 251 - color contains mainly: green. Hex color #3BFB1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFB1E is #C404E1. Grayscale: #A9A9A9. Windows color (decimal): -12846306 or 2030395. OLE color: 2030395.

HSL color Cylindrical-coordinate representation of color #3BFB1E: hue angle of 112.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3BFB1E is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 59 251 30 -
CMYK 0.76 0 0.88 0.02
HSL 112.13º 0.97% 0.55% -
HSV(B) 112.13º 0.88% 0.98% -
XYZ 36.54 70.02 12.82 -
YUV 168.4 49.89 49.97 -
System Red Green Blue C M Y K H S L
Decimal 59 251 30 0.76 0 0.88 0.02 112.13 0.97 0.55
Hex 3B FB 1E 4C 0 58 2 70 61 37
Octal 73 373 36 114 0 130 2 160 141 67
Binary 111011 11111011 11110 1001100 0 1011000 10 1110000 1100001 110111

Color Harmonies of #3BFB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFB1E

Black with #3BFB1E

Text Example


Text Example

White with #3BFB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,251,30); }

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

background-color css

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

 a { background-color: rgb(59,251,30); }

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

border-color css

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

 span { border-color: rgb(59,251,30); }

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