Html Css Color HEX #3EED02 Harlequin

📋 copy color: '#3EED02'

red 62 ◦ green 237 ◦ blue 2

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

Shades of Harlequin #3EED02

Tints of Harlequin #3EED02

RGB

 RED value IS 62 (24.61% from 255) = 20.6%

 GREEN value IS 237 (92.97% from 255) = 78.74%

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

R = 20.6%
G = 78.74%
B = 0.66%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#3EED02 (or 0x3EED02) is known color: Harlequin. HEX triplet: 3E, ED and 02. RGB value is (62,237,2). Sum of RGB (Red+Green+Blue) = 62+237+2=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 237 (92.97% from 255 or 78.74% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 237 - color contains mainly: green. Hex color #3EED02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EED02 is #C112FD. Grayscale: #9E9E9E. Windows color (decimal): -12653310 or 191806. OLE color: 191806.

HSL color Cylindrical-coordinate representation of color #3EED02: hue angle of 104.68º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3EED02 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 62 237 2 -
CMYK 0.74 0 0.99 0.07
HSL 104.68º 0.98% 0.47% -
HSV(B) 104.68º 0.99% 0.93% -
XYZ 32.28 61.6 10.25 -
YUV 157.89 40.02 59.61 -
System Red Green Blue C M Y K H S L
Decimal 62 237 2 0.74 0 0.99 0.07 104.68 0.98 0.47
Hex 3E ED 2 4A 0 63 7 69 62 2F
Octal 76 355 2 112 0 143 7 151 142 57
Binary 111110 11101101 10 1001010 0 1100011 111 1101001 1100010 101111

Color Harmonies of #3EED02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EED02

Black with #3EED02

Text Example


Text Example

White with #3EED02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,237,2); }

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

background-color css

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

 a { background-color: rgb(62,237,2); }

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

border-color css

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

 span { border-color: rgb(62,237,2); }

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