Html Css Color HEX #3DF31F Harlequin

📋 copy color: '#3DF31F'

red 61 ◦ green 243 ◦ blue 31

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

Shades of Harlequin #3DF31F

Tints of Harlequin #3DF31F

RGB

 RED value IS 61 (24.22% from 255) = 18.21%

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

 BLUE value IS 31 (12.5% from 255) = 9.25%

R = 18.21%
G = 72.54%
B = 9.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#3DF31F (or 0x3DF31F) is known color: Harlequin. HEX triplet: 3D, F3 and 1F. RGB value is (61,243,31). Sum of RGB (Red+Green+Blue) = 61+243+31=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 243 (95.31% from 255 or 72.54% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF31F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF31F is #C20CE0. Grayscale: #A5A5A5. Windows color (decimal): -12717281 or 2093885. OLE color: 2093885.

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

Color convert

RGB 61 243 31 -
CMYK 0.75 0 0.87 0.05
HSL 111.51º 0.9% 0.54% -
HSV(B) 111.51º 0.87% 0.95% -
XYZ 34.22 65.19 12.08 -
YUV 164.41 52.7 54.24 -
System Red Green Blue C M Y K H S L
Decimal 61 243 31 0.75 0 0.87 0.05 111.51 0.9 0.54
Hex 3D F3 1F 4B 0 57 5 70 5A 36
Octal 75 363 37 113 0 127 5 160 132 66
Binary 111101 11110011 11111 1001011 0 1010111 101 1110000 1011010 110110

Color Harmonies of #3DF31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF31F

Black with #3DF31F

Text Example


Text Example

White with #3DF31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,243,31); }

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

background-color css

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

 a { background-color: rgb(61,243,31); }

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

border-color css

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

 span { border-color: rgb(61,243,31); }

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