Html Css Color HEX #3EF005 Harlequin

📋 copy color: '#3EF005'

red 62 ◦ green 240 ◦ blue 5

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

Shades of Harlequin #3EF005

Tints of Harlequin #3EF005

RGB

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

 GREEN value IS 240 (94.14% from 255) = 78.18%

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 20.2%
G = 78.18%
B = 1.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#3EF005 (or 0x3EF005) is known color: Harlequin. HEX triplet: 3E, F0 and 05. RGB value is (62,240,5). Sum of RGB (Red+Green+Blue) = 62+240+5=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 240 (94.14% from 255 or 78.18% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 240 - color contains mainly: green. Hex color #3EF005 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EF005 is #C10FFA. Grayscale: #A0A0A0. Windows color (decimal): -12652539 or 389182. OLE color: 389182.

HSL color Cylindrical-coordinate representation of color #3EF005: hue angle of 105.45º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3EF005 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 62 240 5 -
CMYK 0.74 0 0.98 0.06
HSL 105.45º 0.96% 0.48% -
HSV(B) 105.45º 0.98% 0.94% -
XYZ 33.17 63.36 10.62 -
YUV 159.99 40.53 58.11 -
System Red Green Blue C M Y K H S L
Decimal 62 240 5 0.74 0 0.98 0.06 105.45 0.96 0.48
Hex 3E F0 5 4A 0 62 6 69 60 30
Octal 76 360 5 112 0 142 6 151 140 60
Binary 111110 11110000 101 1001010 0 1100010 110 1101001 1100000 110000

Color Harmonies of #3EF005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EF005

Black with #3EF005

Text Example


Text Example

White with #3EF005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,240,5); }

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

background-color css

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

 a { background-color: rgb(62,240,5); }

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

border-color css

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

 span { border-color: rgb(62,240,5); }

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