Html Css Color HEX #38EC18 Harlequin

📋 copy color: '#38EC18'

red 56 ◦ green 236 ◦ blue 24

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

Shades of Harlequin #38EC18

Tints of Harlequin #38EC18

RGB

 RED value IS 56 (22.27% from 255) = 17.72%

 GREEN value IS 236 (92.58% from 255) = 74.68%

 BLUE value IS 24 (9.77% from 255) = 7.59%

R = 17.72%
G = 74.68%
B = 7.59%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#38EC18 (or 0x38EC18) is known color: Harlequin. HEX triplet: 38, EC and 18. RGB value is (56,236,24). Sum of RGB (Red+Green+Blue) = 56+236+24=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 236 (92.58% from 255 or 74.68% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38EC18 is #C713E7. Grayscale: #9E9E9E. Windows color (decimal): -13046760 or 1633336. OLE color: 1633336.

HSL color Cylindrical-coordinate representation of color #38EC18: hue angle of 110.94º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38EC18 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 236 24 -
CMYK 0.76 0 0.90 0.07
HSL 110.94º 0.85% 0.51% -
HSV(B) 110.94º 0.9% 0.93% -
XYZ 31.79 60.9 10.94 -
YUV 158.01 52.37 55.24 -
System Red Green Blue C M Y K H S L
Decimal 56 236 24 0.76 0 0.90 0.07 110.94 0.85 0.51
Hex 38 EC 18 4C 0 5A 7 6F 55 33
Octal 70 354 30 114 0 132 7 157 125 63
Binary 111000 11101100 11000 1001100 0 1011010 111 1101111 1010101 110011

Color Harmonies of #38EC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EC18

Black with #38EC18

Text Example


Text Example

White with #38EC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38EC18; }

 p { color: rgb(56,236,24); }

 H1.HeaderClassName
 {
   color: #38EC18;
 }
 .AnyTagClassName
 {
   color: #38EC18;
 }
</style>

background-color css

<style>
 a { background-color: #38EC18; }

 a { background-color: rgb(56,236,24); }

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

border-color css

<style>
 span { border-color: #38EC18; }

 span { border-color: rgb(56,236,24); }

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