Html Css Color HEX #40EF1E Harlequin

📋 copy color: '#40EF1E'

red 64 ◦ green 239 ◦ blue 30

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

Shades of Harlequin #40EF1E

Tints of Harlequin #40EF1E

RGB

 RED value IS 64 (25.39% from 255) = 19.22%

 GREEN value IS 239 (93.75% from 255) = 71.77%

 BLUE value IS 30 (12.11% from 255) = 9.01%

R = 19.22%
G = 71.77%
B = 9.01%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#40EF1E (or 0x40EF1E) is known color: Harlequin. HEX triplet: 40, EF and 1E. RGB value is (64,239,30). Sum of RGB (Red+Green+Blue) = 64+239+30=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 239 (93.75% from 255 or 71.77% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 239 - color contains mainly: green. Hex color #40EF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EF1E is #BF10E1. Grayscale: #A3A3A3. Windows color (decimal): -12521698 or 2027328. OLE color: 2027328.

HSL color Cylindrical-coordinate representation of color #40EF1E: hue angle of 110.24º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40EF1E is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 239 30 -
CMYK 0.73 0 0.87 0.06
HSL 110.24º 0.87% 0.53% -
HSV(B) 110.24º 0.87% 0.94% -
XYZ 33.22 62.92 11.62 -
YUV 162.85 53.02 57.49 -
System Red Green Blue C M Y K H S L
Decimal 64 239 30 0.73 0 0.87 0.06 110.24 0.87 0.53
Hex 40 EF 1E 49 0 57 6 6E 57 35
Octal 100 357 36 111 0 127 6 156 127 65
Binary 1000000 11101111 11110 1001001 0 1010111 110 1101110 1010111 110101

Color Harmonies of #40EF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EF1E

Black with #40EF1E

Text Example


Text Example

White with #40EF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40EF1E; }

 p { color: rgb(64,239,30); }

 H1.HeaderClassName
 {
   color: #40EF1E;
 }
 .AnyTagClassName
 {
   color: #40EF1E;
 }
</style>

background-color css

<style>
 a { background-color: #40EF1E; }

 a { background-color: rgb(64,239,30); }

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

border-color css

<style>
 span { border-color: #40EF1E; }

 span { border-color: rgb(64,239,30); }

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