Html Css Color HEX #3DE102 Harlequin

📋 copy color: '#3DE102'

red 61 ◦ green 225 ◦ blue 2

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

Shades of Harlequin #3DE102

Tints of Harlequin #3DE102

RGB

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

 GREEN value IS 225 (88.28% from 255) = 78.13%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 21.18%
G = 78.13%
B = 0.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#3DE102 (or 0x3DE102) is known color: Harlequin. HEX triplet: 3D, E1 and 02. RGB value is (61,225,2). Sum of RGB (Red+Green+Blue) = 61+225+2=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 225 (88.28% from 255 or 78.12% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 225 - color contains mainly: green. Hex color #3DE102 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DE102 is #C21EFD. Grayscale: #979797. Windows color (decimal): -12721918 or 188733. OLE color: 188733.

HSL color Cylindrical-coordinate representation of color #3DE102: hue angle of 104.13º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3DE102 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 61 225 2 -
CMYK 0.73 0 0.99 0.12
HSL 104.13º 0.98% 0.45% -
HSV(B) 104.13º 0.99% 0.88% -
XYZ 28.86 54.85 9.12 -
YUV 150.54 44.17 64.13 -
System Red Green Blue C M Y K H S L
Decimal 61 225 2 0.73 0 0.99 0.12 104.13 0.98 0.45
Hex 3D E1 2 49 0 63 C 68 62 2D
Octal 75 341 2 111 0 143 14 150 142 55
Binary 111101 11100001 10 1001001 0 1100011 1100 1101000 1100010 101101

Color Harmonies of #3DE102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE102

Black with #3DE102

Text Example


Text Example

White with #3DE102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,225,2); }

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

background-color css

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

 a { background-color: rgb(61,225,2); }

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

border-color css

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

 span { border-color: rgb(61,225,2); }

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