Html Css Color HEX #38EC20 Lime Green

📋 copy color: '#38EC20'

red 56 ◦ green 236 ◦ blue 32

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

Shades of Lime Green #38EC20

Tints of Lime Green #38EC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.88%

R = 17.28%
G = 72.84%
B = 9.88%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#38EC20 (or 0x38EC20) is known color: Lime Green. HEX triplet: 38, EC and 20. RGB value is (56,236,32). Sum of RGB (Red+Green+Blue) = 56+236+32=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 236 (92.58% from 255 or 72.84% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EC20 is #C713DF. Grayscale: #9F9F9F. Windows color (decimal): -13046752 or 2157624. OLE color: 2157624.

HSL color Cylindrical-coordinate representation of color #38EC20: hue angle of 112.94º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38EC20 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 236 32 -
CMYK 0.76 0 0.86 0.07
HSL 112.94º 0.84% 0.53% -
HSV(B) 112.94º 0.86% 0.93% -
XYZ 31.89 60.94 11.45 -
YUV 158.92 56.37 54.59 -
System Red Green Blue C M Y K H S L
Decimal 56 236 32 0.76 0 0.86 0.07 112.94 0.84 0.53
Hex 38 EC 20 4C 0 56 7 71 54 35
Octal 70 354 40 114 0 126 7 161 124 65
Binary 111000 11101100 100000 1001100 0 1010110 111 1110001 1010100 110101

Color Harmonies of #38EC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EC20

Black with #38EC20

Text Example


Text Example

White with #38EC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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