Html Css Color HEX #38E720 Lime Green

📋 copy color: '#38E720'

red 56 ◦ green 231 ◦ blue 32

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

Shades of Lime Green #38E720

Tints of Lime Green #38E720

RGB

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

 GREEN value IS 231 (90.63% from 255) = 72.41%

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

R = 17.55%
G = 72.41%
B = 10.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#38E720 (or 0x38E720) is known color: Lime Green. HEX triplet: 38, E7 and 20. RGB value is (56,231,32). Sum of RGB (Red+Green+Blue) = 56+231+32=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 231 (90.62% from 255 or 72.41% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 231 - color contains mainly: green. Hex color #38E720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E720 is #C718DF. Grayscale: #9C9C9C. Windows color (decimal): -13048032 or 2156344. OLE color: 2156344.

HSL color Cylindrical-coordinate representation of color #38E720: hue angle of 112.76º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38E720 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 231 32 -
CMYK 0.76 0 0.86 0.09
HSL 112.76º 0.81% 0.52% -
HSV(B) 112.76º 0.86% 0.91% -
XYZ 30.47 58.1 10.97 -
YUV 155.99 58.02 56.68 -
System Red Green Blue C M Y K H S L
Decimal 56 231 32 0.76 0 0.86 0.09 112.76 0.81 0.52
Hex 38 E7 20 4C 0 56 9 71 51 34
Octal 70 347 40 114 0 126 11 161 121 64
Binary 111000 11100111 100000 1001100 0 1010110 1001 1110001 1010001 110100

Color Harmonies of #38E720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E720

Black with #38E720

Text Example


Text Example

White with #38E720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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