Html Css Color HEX #38E220 Lime Green

📋 copy color: '#38E220'

red 56 ◦ green 226 ◦ blue 32

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

Shades of Lime Green #38E220

Tints of Lime Green #38E220

RGB

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

 GREEN value IS 226 (88.67% from 255) = 71.97%

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

R = 17.83%
G = 71.97%
B = 10.19%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#38E220 (or 0x38E220) is known color: Lime Green. HEX triplet: 38, E2 and 20. RGB value is (56,226,32). Sum of RGB (Red+Green+Blue) = 56+226+32=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 226 (88.67% from 255 or 71.97% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 226 - color contains mainly: green. Hex color #38E220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E220 is #C71DDF. Grayscale: #999999. Windows color (decimal): -13049312 or 2155064. OLE color: 2155064.

HSL color Cylindrical-coordinate representation of color #38E220: hue angle of 112.58º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38E220 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 56 226 32 -
CMYK 0.75 0 0.86 0.11
HSL 112.58º 0.77% 0.51% -
HSV(B) 112.58º 0.86% 0.89% -
XYZ 29.09 55.34 10.51 -
YUV 153.05 59.68 58.77 -
System Red Green Blue C M Y K H S L
Decimal 56 226 32 0.75 0 0.86 0.11 112.58 0.77 0.51
Hex 38 E2 20 4B 0 56 B 71 4D 33
Octal 70 342 40 113 0 126 13 161 115 63
Binary 111000 11100010 100000 1001011 0 1010110 1011 1110001 1001101 110011

Color Harmonies of #38E220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E220

Black with #38E220

Text Example


Text Example

White with #38E220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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