Html Css Color HEX #3DE718 Harlequin

📋 copy color: '#3DE718'

red 61 ◦ green 231 ◦ blue 24

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

Shades of Harlequin #3DE718

Tints of Harlequin #3DE718

RGB

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

 GREEN value IS 231 (90.63% from 255) = 73.1%

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

R = 19.3%
G = 73.1%
B = 7.59%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#3DE718 (or 0x3DE718) is known color: Harlequin. HEX triplet: 3D, E7 and 18. RGB value is (61,231,24). Sum of RGB (Red+Green+Blue) = 61+231+24=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 231 (90.62% from 255 or 73.10% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 231 - color contains mainly: green. Hex color #3DE718 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DE718 is #C218E7. Grayscale: #9D9D9D. Windows color (decimal): -12720360 or 1632061. OLE color: 1632061.

HSL color Cylindrical-coordinate representation of color #3DE718: hue angle of 109.28º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DE718 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 61 231 24 -
CMYK 0.74 0 0.90 0.09
HSL 109.28º 0.81% 0.5% -
HSV(B) 109.28º 0.9% 0.91% -
XYZ 30.67 58.21 10.48 -
YUV 156.57 53.18 59.83 -
System Red Green Blue C M Y K H S L
Decimal 61 231 24 0.74 0 0.90 0.09 109.28 0.81 0.5
Hex 3D E7 18 4A 0 5A 9 6D 51 32
Octal 75 347 30 112 0 132 11 155 121 62
Binary 111101 11100111 11000 1001010 0 1011010 1001 1101101 1010001 110010

Color Harmonies of #3DE718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE718

Black with #3DE718

Text Example


Text Example

White with #3DE718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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