Html Css Color HEX #3BFC1E Harlequin

📋 copy color: '#3BFC1E'

red 59 ◦ green 252 ◦ blue 30

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

Shades of Harlequin #3BFC1E

Tints of Harlequin #3BFC1E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 73.9%

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

R = 17.3%
G = 73.9%
B = 8.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#3BFC1E (or 0x3BFC1E) is known color: Harlequin. HEX triplet: 3B, FC and 1E. RGB value is (59,252,30). Sum of RGB (Red+Green+Blue) = 59+252+30=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 252 (98.83% from 255 or 73.90% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFC1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFC1E is #C403E1. Grayscale: #A9A9A9. Windows color (decimal): -12846050 or 2030651. OLE color: 2030651.

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

Color convert

RGB 59 252 30 -
CMYK 0.77 0 0.88 0.01
HSL 112.16º 0.97% 0.55% -
HSV(B) 112.16º 0.88% 0.99% -
XYZ 36.85 70.64 12.92 -
YUV 168.99 49.56 49.55 -
System Red Green Blue C M Y K H S L
Decimal 59 252 30 0.77 0 0.88 0.01 112.16 0.97 0.55
Hex 3B FC 1E 4D 0 58 1 70 61 37
Octal 73 374 36 115 0 130 1 160 141 67
Binary 111011 11111100 11110 1001101 0 1011000 1 1110000 1100001 110111

Color Harmonies of #3BFC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFC1E

Black with #3BFC1E

Text Example


Text Example

White with #3BFC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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