Html Css Color HEX #3DF426 Harlequin

📋 copy color: '#3DF426'

red 61 ◦ green 244 ◦ blue 38

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

Shades of Harlequin #3DF426

Tints of Harlequin #3DF426

RGB

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

 GREEN value IS 244 (95.7% from 255) = 71.14%

 BLUE value IS 38 (15.23% from 255) = 11.08%

R = 17.78%
G = 71.14%
B = 11.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#3DF426 (or 0x3DF426) is known color: Harlequin. HEX triplet: 3D, F4 and 26. RGB value is (61,244,38). Sum of RGB (Red+Green+Blue) = 61+244+38=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 244 (95.70% from 255 or 71.14% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF426 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF426 is #C20BD9. Grayscale: #A6A6A6. Windows color (decimal): -12717018 or 2552893. OLE color: 2552893.

HSL color Cylindrical-coordinate representation of color #3DF426: hue angle of 113.3º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DF426 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 61 244 38 -
CMYK 0.75 0 0.84 0.04
HSL 113.3º 0.9% 0.55% -
HSV(B) 113.3º 0.84% 0.96% -
XYZ 34.63 65.83 12.72 -
YUV 165.8 55.87 53.25 -
System Red Green Blue C M Y K H S L
Decimal 61 244 38 0.75 0 0.84 0.04 113.3 0.9 0.55
Hex 3D F4 26 4B 0 54 4 71 5A 37
Octal 75 364 46 113 0 124 4 161 132 67
Binary 111101 11110100 100110 1001011 0 1010100 100 1110001 1011010 110111

Color Harmonies of #3DF426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF426

Black with #3DF426

Text Example


Text Example

White with #3DF426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,244,38); }

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

background-color css

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

 a { background-color: rgb(61,244,38); }

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

border-color css

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

 span { border-color: rgb(61,244,38); }

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