Html Css Color HEX #3DF421 Harlequin

📋 copy color: '#3DF421'

red 61 ◦ green 244 ◦ blue 33

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

Shades of Harlequin #3DF421

Tints of Harlequin #3DF421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.76%

R = 18.05%
G = 72.19%
B = 9.76%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#3DF421 (or 0x3DF421) is known color: Harlequin. HEX triplet: 3D, F4 and 21. RGB value is (61,244,33). Sum of RGB (Red+Green+Blue) = 61+244+33=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 244 (95.70% from 255 or 72.19% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF421 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF421 is #C20BDE. Grayscale: #A5A5A5. Windows color (decimal): -12717023 or 2225213. OLE color: 2225213.

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

Color convert

RGB 61 244 33 -
CMYK 0.75 0 0.86 0.04
HSL 112.04º 0.91% 0.54% -
HSV(B) 112.04º 0.86% 0.96% -
XYZ 34.55 65.8 12.32 -
YUV 165.23 53.37 53.66 -
System Red Green Blue C M Y K H S L
Decimal 61 244 33 0.75 0 0.86 0.04 112.04 0.91 0.54
Hex 3D F4 21 4B 0 56 4 70 5B 36
Octal 75 364 41 113 0 126 4 160 133 66
Binary 111101 11110100 100001 1001011 0 1010110 100 1110000 1011011 110110

Color Harmonies of #3DF421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF421

Black with #3DF421

Text Example


Text Example

White with #3DF421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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