Html Css Color HEX #38AD31 Lime Green

📋 copy color: '#38AD31'

red 56 ◦ green 173 ◦ blue 49

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

Shades of Lime Green #38AD31

Tints of Lime Green #38AD31

RGB

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

 GREEN value IS 173 (67.97% from 255) = 62.23%

 BLUE value IS 49 (19.53% from 255) = 17.63%

R = 20.14%
G = 62.23%
B = 17.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#38AD31 (or 0x38AD31) is known color: Lime Green. HEX triplet: 38, AD and 31. RGB value is (56,173,49). Sum of RGB (Red+Green+Blue) = 56+173+49=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 173 (67.97% from 255 or 62.23% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AD31 is #C752CE. Grayscale: #7C7C7C. Windows color (decimal): -13062863 or 3255608. OLE color: 3255608.

HSL color Cylindrical-coordinate representation of color #38AD31: hue angle of 116.61º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38AD31 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 173 49 -
CMYK 0.68 0 0.72 0.32
HSL 116.61º 0.56% 0.44% -
HSV(B) 116.61º 0.72% 0.68% -
XYZ 17.13 30.95 7.98 -
YUV 123.88 85.74 79.58 -
System Red Green Blue C M Y K H S L
Decimal 56 173 49 0.68 0 0.72 0.32 116.61 0.56 0.44
Hex 38 AD 31 44 0 48 20 75 38 2C
Octal 70 255 61 104 0 110 40 165 70 54
Binary 111000 10101101 110001 1000100 0 1001000 100000 1110101 111000 101100

Color Harmonies of #38AD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AD31

Black with #38AD31

Text Example


Text Example

White with #38AD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,173,49); }

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

background-color css

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

 a { background-color: rgb(56,173,49); }

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

border-color css

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

 span { border-color: rgb(56,173,49); }

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