Html Css Color HEX #38E01D Lime Green

📋 copy color: '#38E01D'

red 56 ◦ green 224 ◦ blue 29

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

Shades of Lime Green #38E01D

Tints of Lime Green #38E01D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 72.49%

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

R = 18.12%
G = 72.49%
B = 9.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#38E01D (or 0x38E01D) is known color: Lime Green. HEX triplet: 38, E0 and 1D. RGB value is (56,224,29). Sum of RGB (Red+Green+Blue) = 56+224+29=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 224 (87.89% from 255 or 72.49% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 224 - color contains mainly: green. Hex color #38E01D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E01D is #C71FE2. Grayscale: #989898. Windows color (decimal): -13049827 or 1957944. OLE color: 1957944.

HSL color Cylindrical-coordinate representation of color #38E01D: hue angle of 111.69º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38E01D is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 224 29 -
CMYK 0.75 0 0.87 0.12
HSL 111.69º 0.77% 0.5% -
HSV(B) 111.69º 0.87% 0.88% -
XYZ 28.51 54.24 10.13 -
YUV 151.54 58.84 59.86 -
System Red Green Blue C M Y K H S L
Decimal 56 224 29 0.75 0 0.87 0.12 111.69 0.77 0.5
Hex 38 E0 1D 4B 0 57 C 70 4D 32
Octal 70 340 35 113 0 127 14 160 115 62
Binary 111000 11100000 11101 1001011 0 1010111 1100 1110000 1001101 110010

Color Harmonies of #38E01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E01D

Black with #38E01D

Text Example


Text Example

White with #38E01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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