Html Css Color HEX #3DE615 Harlequin

📋 copy color: '#3DE615'

red 61 ◦ green 230 ◦ blue 21

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

Shades of Harlequin #3DE615

Tints of Harlequin #3DE615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.73%

R = 19.55%
G = 73.72%
B = 6.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#3DE615 (or 0x3DE615) is known color: Harlequin. HEX triplet: 3D, E6 and 15. RGB value is (61,230,21). Sum of RGB (Red+Green+Blue) = 61+230+21=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 230 (90.23% from 255 or 73.72% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 230 - color contains mainly: green. Hex color #3DE615 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DE615 is #C219EA. Grayscale: #9C9C9C. Windows color (decimal): -12720619 or 1435197. OLE color: 1435197.

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

Color convert

RGB 61 230 21 -
CMYK 0.73 0 0.91 0.10
HSL 108.52º 0.83% 0.49% -
HSV(B) 108.52º 0.91% 0.9% -
XYZ 30.36 57.64 10.24 -
YUV 155.64 52.01 60.49 -
System Red Green Blue C M Y K H S L
Decimal 61 230 21 0.73 0 0.91 0.10 108.52 0.83 0.49
Hex 3D E6 15 49 0 5B A 6D 53 31
Octal 75 346 25 111 0 133 12 155 123 61
Binary 111101 11100110 10101 1001001 0 1011011 1010 1101101 1010011 110001

Color Harmonies of #3DE615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE615

Black with #3DE615

Text Example


Text Example

White with #3DE615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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