Html Css Color HEX #38D81D Lime Green

📋 copy color: '#38D81D'

red 56 ◦ green 216 ◦ blue 29

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

Shades of Lime Green #38D81D

Tints of Lime Green #38D81D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 71.76%

 BLUE value IS 29 (11.72% from 255) = 9.63%

R = 18.6%
G = 71.76%
B = 9.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#38D81D (or 0x38D81D) is known color: Lime Green. HEX triplet: 38, D8 and 1D. RGB value is (56,216,29). Sum of RGB (Red+Green+Blue) = 56+216+29=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 216 (84.77% from 255 or 71.76% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 216 - color contains mainly: green. Hex color #38D81D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D81D is #C727E2. Grayscale: #939393. Windows color (decimal): -13051875 or 1955896. OLE color: 1955896.

HSL color Cylindrical-coordinate representation of color #38D81D: hue angle of 111.34º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38D81D is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 216 29 -
CMYK 0.74 0 0.87 0.15
HSL 111.34º 0.76% 0.48% -
HSV(B) 111.34º 0.87% 0.85% -
XYZ 26.41 50.04 9.43 -
YUV 146.84 61.49 63.21 -
System Red Green Blue C M Y K H S L
Decimal 56 216 29 0.74 0 0.87 0.15 111.34 0.76 0.48
Hex 38 D8 1D 4A 0 57 F 6F 4C 30
Octal 70 330 35 112 0 127 17 157 114 60
Binary 111000 11011000 11101 1001010 0 1010111 1111 1101111 1001100 110000

Color Harmonies of #38D81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D81D

Black with #38D81D

Text Example


Text Example

White with #38D81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,216,29); }

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

background-color css

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

 a { background-color: rgb(56,216,29); }

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

border-color css

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

 span { border-color: rgb(56,216,29); }

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