Html Css Color HEX #38D729 Lime Green

📋 copy color: '#38D729'

red 56 ◦ green 215 ◦ blue 41

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

Shades of Lime Green #38D729

Tints of Lime Green #38D729

RGB

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

 GREEN value IS 215 (84.38% from 255) = 68.91%

 BLUE value IS 41 (16.41% from 255) = 13.14%

R = 17.95%
G = 68.91%
B = 13.14%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#38D729 (or 0x38D729) is known color: Lime Green. HEX triplet: 38, D7 and 29. RGB value is (56,215,41). Sum of RGB (Red+Green+Blue) = 56+215+41=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 215 (84.38% from 255 or 68.91% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 215 - color contains mainly: green. Hex color #38D729 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D729 is #C728D6. Grayscale: #949494. Windows color (decimal): -13052119 or 2742072. OLE color: 2742072.

HSL color Cylindrical-coordinate representation of color #38D729: hue angle of 114.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38D729 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 215 41 -
CMYK 0.74 0 0.81 0.16
HSL 114.83º 0.69% 0.5% -
HSV(B) 114.83º 0.81% 0.84% -
XYZ 26.33 49.6 10.28 -
YUV 147.62 67.82 62.65 -
System Red Green Blue C M Y K H S L
Decimal 56 215 41 0.74 0 0.81 0.16 114.83 0.69 0.5
Hex 38 D7 29 4A 0 51 10 73 45 32
Octal 70 327 51 112 0 121 20 163 105 62
Binary 111000 11010111 101001 1001010 0 1010001 10000 1110011 1000101 110010

Color Harmonies of #38D729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D729

Black with #38D729

Text Example


Text Example

White with #38D729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,215,41); }

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

background-color css

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

 a { background-color: rgb(56,215,41); }

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

border-color css

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

 span { border-color: rgb(56,215,41); }

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