Html Css Color HEX #3DE600 Harlequin

📋 copy color: '#3DE600'

red 61 ◦ green 230 ◦ blue 0

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

Shades of Harlequin #3DE600

Tints of Harlequin #3DE600

RGB

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

 GREEN value IS 230 (90.23% from 255) = 79.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 20.96%
G = 79.04%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#3DE600 (or 0x3DE600) is known color: Harlequin. HEX triplet: 3D, E6 and 00. RGB value is (61,230,0). Sum of RGB (Red+Green+Blue) = 61+230+0=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 230 (90.23% from 255 or 79.04% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 230 - color contains mainly: green. Hex color #3DE600 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DE600 is #C219FF. Grayscale: #9A9A9A. Windows color (decimal): -12720640 or 58941. OLE color: 58941.

HSL color Cylindrical-coordinate representation of color #3DE600: hue angle of 104.09º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DE600 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 61 230 0 -
CMYK 0.73 0 1 0.10
HSL 104.09º 1% 0.45% -
HSV(B) 104.09º 1% 0.9% -
XYZ 30.22 57.59 9.52 -
YUV 153.25 41.51 62.2 -
System Red Green Blue C M Y K H S L
Decimal 61 230 0 0.73 0 1 0.10 104.09 1 0.45
Hex 3D E6 0 49 0 64 A 68 64 2D
Octal 75 346 0 111 0 144 12 150 144 55
Binary 111101 11100110 0 1001001 0 1100100 1010 1101000 1100100 101101

Color Harmonies of #3DE600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE600

Black with #3DE600

Text Example


Text Example

White with #3DE600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,230,0); }

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

background-color css

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

 a { background-color: rgb(61,230,0); }

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

border-color css

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

 span { border-color: rgb(61,230,0); }

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