Html Css Color HEX #3DF51E Harlequin

📋 copy color: '#3DF51E'

red 61 ◦ green 245 ◦ blue 30

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

Shades of Harlequin #3DF51E

Tints of Harlequin #3DF51E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 72.92%

 BLUE value IS 30 (12.11% from 255) = 8.93%

R = 18.15%
G = 72.92%
B = 8.93%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#3DF51E (or 0x3DF51E) is known color: Harlequin. HEX triplet: 3D, F5 and 1E. RGB value is (61,245,30). Sum of RGB (Red+Green+Blue) = 61+245+30=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 245 (96.09% from 255 or 72.92% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF51E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF51E is #C20AE1. Grayscale: #A6A6A6. Windows color (decimal): -12716770 or 2028861. OLE color: 2028861.

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

Color convert

RGB 61 245 30 -
CMYK 0.75 0 0.88 0.04
HSL 111.35º 0.91% 0.54% -
HSV(B) 111.35º 0.88% 0.96% -
XYZ 34.81 66.39 12.21 -
YUV 165.47 51.54 53.48 -
System Red Green Blue C M Y K H S L
Decimal 61 245 30 0.75 0 0.88 0.04 111.35 0.91 0.54
Hex 3D F5 1E 4B 0 58 4 6F 5B 36
Octal 75 365 36 113 0 130 4 157 133 66
Binary 111101 11110101 11110 1001011 0 1011000 100 1101111 1011011 110110

Color Harmonies of #3DF51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF51E

Black with #3DF51E

Text Example


Text Example

White with #3DF51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,245,30); }

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

background-color css

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

 a { background-color: rgb(61,245,30); }

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

border-color css

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

 span { border-color: rgb(61,245,30); }

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