Html Css Color HEX #38E81D Lime Green

📋 copy color: '#38E81D'

red 56 ◦ green 232 ◦ blue 29

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

Shades of Lime Green #38E81D

Tints of Lime Green #38E81D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 73.19%

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

R = 17.67%
G = 73.19%
B = 9.15%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#38E81D (or 0x38E81D) is known color: Lime Green. HEX triplet: 38, E8 and 1D. RGB value is (56,232,29). Sum of RGB (Red+Green+Blue) = 56+232+29=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 232 (91.02% from 255 or 73.19% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 232 - color contains mainly: green. Hex color #38E81D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E81D is #C717E2. Grayscale: #9C9C9C. Windows color (decimal): -13047779 or 1959992. OLE color: 1959992.

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

Color convert

RGB 56 232 29 -
CMYK 0.76 0 0.88 0.09
HSL 112.02º 0.82% 0.51% -
HSV(B) 112.02º 0.88% 0.91% -
XYZ 30.71 58.64 10.86 -
YUV 156.23 56.19 56.51 -
System Red Green Blue C M Y K H S L
Decimal 56 232 29 0.76 0 0.88 0.09 112.02 0.82 0.51
Hex 38 E8 1D 4C 0 58 9 70 52 33
Octal 70 350 35 114 0 130 11 160 122 63
Binary 111000 11101000 11101 1001100 0 1011000 1001 1110000 1010010 110011

Color Harmonies of #38E81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E81D

Black with #38E81D

Text Example


Text Example

White with #38E81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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