Html Css Color HEX #3DFA18 Harlequin

📋 copy color: '#3DFA18'

red 61 ◦ green 250 ◦ blue 24

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

Shades of Harlequin #3DFA18

Tints of Harlequin #3DFA18

RGB

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

 GREEN value IS 250 (98.05% from 255) = 74.63%

 BLUE value IS 24 (9.77% from 255) = 7.16%

R = 18.21%
G = 74.63%
B = 7.16%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#3DFA18 (or 0x3DFA18) is known color: Harlequin. HEX triplet: 3D, FA and 18. RGB value is (61,250,24). Sum of RGB (Red+Green+Blue) = 61+250+24=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 250 (98.05% from 255 or 74.63% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 250 - color contains mainly: green. Hex color #3DFA18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFA18 is #C205E7. Grayscale: #A8A8A8. Windows color (decimal): -12715496 or 1636925. OLE color: 1636925.

HSL color Cylindrical-coordinate representation of color #3DFA18: hue angle of 110.18º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DFA18 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 61 250 24 -
CMYK 0.76 0 0.90 0.02
HSL 110.18º 0.96% 0.54% -
HSV(B) 110.18º 0.9% 0.98% -
XYZ 36.27 69.43 12.35 -
YUV 167.73 46.88 51.88 -
System Red Green Blue C M Y K H S L
Decimal 61 250 24 0.76 0 0.90 0.02 110.18 0.96 0.54
Hex 3D FA 18 4C 0 5A 2 6E 60 36
Octal 75 372 30 114 0 132 2 156 140 66
Binary 111101 11111010 11000 1001100 0 1011010 10 1101110 1100000 110110

Color Harmonies of #3DFA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFA18

Black with #3DFA18

Text Example


Text Example

White with #3DFA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,250,24); }

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

background-color css

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

 a { background-color: rgb(61,250,24); }

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

border-color css

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

 span { border-color: rgb(61,250,24); }

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