Html Css Color HEX #3BF325 Harlequin

📋 copy color: '#3BF325'

red 59 ◦ green 243 ◦ blue 37

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

Shades of Harlequin #3BF325

Tints of Harlequin #3BF325

RGB

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

 GREEN value IS 243 (95.31% from 255) = 71.68%

 BLUE value IS 37 (14.84% from 255) = 10.91%

R = 17.4%
G = 71.68%
B = 10.91%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#3BF325 (or 0x3BF325) is known color: Harlequin. HEX triplet: 3B, F3 and 25. RGB value is (59,243,37). Sum of RGB (Red+Green+Blue) = 59+243+37=339 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.40% from 339); Green value is 243 (95.31% from 255 or 71.68% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF325 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF325 is #C40CDA. Grayscale: #A5A5A5. Windows color (decimal): -12848347 or 2487099. OLE color: 2487099.

HSL color Cylindrical-coordinate representation of color #3BF325: hue angle of 113.59º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3BF325 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 243 37 -
CMYK 0.76 0 0.85 0.05
HSL 113.59º 0.9% 0.55% -
HSV(B) 113.59º 0.85% 0.95% -
XYZ 34.19 65.16 12.53 -
YUV 164.5 56.04 52.75 -
System Red Green Blue C M Y K H S L
Decimal 59 243 37 0.76 0 0.85 0.05 113.59 0.9 0.55
Hex 3B F3 25 4C 0 55 5 72 5A 37
Octal 73 363 45 114 0 125 5 162 132 67
Binary 111011 11110011 100101 1001100 0 1010101 101 1110010 1011010 110111

Color Harmonies of #3BF325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF325

Black with #3BF325

Text Example


Text Example

White with #3BF325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,243,37); }

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

background-color css

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

 a { background-color: rgb(59,243,37); }

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

border-color css

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

 span { border-color: rgb(59,243,37); }

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