Html Css Color HEX #3BF31B Harlequin

📋 copy color: '#3BF31B'

red 59 ◦ green 243 ◦ blue 27

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

Shades of Harlequin #3BF31B

Tints of Harlequin #3BF31B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.21%

R = 17.93%
G = 73.86%
B = 8.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#3BF31B (or 0x3BF31B) is known color: Harlequin. HEX triplet: 3B, F3 and 1B. RGB value is (59,243,27). Sum of RGB (Red+Green+Blue) = 59+243+27=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 243 (95.31% from 255 or 73.86% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF31B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF31B is #C40CE4. Grayscale: #A4A4A4. Windows color (decimal): -12848357 or 1831739. OLE color: 1831739.

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

Color convert

RGB 59 243 27 -
CMYK 0.76 0 0.89 0.05
HSL 111.11º 0.9% 0.53% -
HSV(B) 111.11º 0.89% 0.95% -
XYZ 34.05 65.11 11.81 -
YUV 163.36 51.04 53.56 -
System Red Green Blue C M Y K H S L
Decimal 59 243 27 0.76 0 0.89 0.05 111.11 0.9 0.53
Hex 3B F3 1B 4C 0 59 5 6F 5A 35
Octal 73 363 33 114 0 131 5 157 132 65
Binary 111011 11110011 11011 1001100 0 1011001 101 1101111 1011010 110101

Color Harmonies of #3BF31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF31B

Black with #3BF31B

Text Example


Text Example

White with #3BF31B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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