Html Css Color HEX #3BF925 Harlequin

📋 copy color: '#3BF925'

red 59 ◦ green 249 ◦ blue 37

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

Shades of Harlequin #3BF925

Tints of Harlequin #3BF925

RGB

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

 GREEN value IS 249 (97.66% from 255) = 72.17%

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

R = 17.1%
G = 72.17%
B = 10.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#3BF925 (or 0x3BF925) is known color: Harlequin. HEX triplet: 3B, F9 and 25. RGB value is (59,249,37). Sum of RGB (Red+Green+Blue) = 59+249+37=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 249 (97.66% from 255 or 72.17% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 249 - color contains mainly: green. Hex color #3BF925 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF925 is #C406DA. Grayscale: #A8A8A8. Windows color (decimal): -12846811 or 2488635. OLE color: 2488635.

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

Color convert

RGB 59 249 37 -
CMYK 0.76 0 0.85 0.02
HSL 113.77º 0.95% 0.56% -
HSV(B) 113.77º 0.85% 0.98% -
XYZ 36.01 68.81 13.13 -
YUV 168.02 54.05 50.24 -
System Red Green Blue C M Y K H S L
Decimal 59 249 37 0.76 0 0.85 0.02 113.77 0.95 0.56
Hex 3B F9 25 4C 0 55 2 72 5F 38
Octal 73 371 45 114 0 125 2 162 137 70
Binary 111011 11111001 100101 1001100 0 1010101 10 1110010 1011111 111000

Color Harmonies of #3BF925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF925

Black with #3BF925

Text Example


Text Example

White with #3BF925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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