Html Css Color HEX #38D913 Lime Green

📋 copy color: '#38D913'

red 56 ◦ green 217 ◦ blue 19

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

Shades of Lime Green #38D913

Tints of Lime Green #38D913

RGB

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

 GREEN value IS 217 (85.16% from 255) = 74.32%

 BLUE value IS 19 (7.81% from 255) = 6.51%

R = 19.18%
G = 74.32%
B = 6.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#38D913 (or 0x38D913) is known color: Lime Green. HEX triplet: 38, D9 and 13. RGB value is (56,217,19). Sum of RGB (Red+Green+Blue) = 56+217+19=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 217 (85.16% from 255 or 74.32% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 217 - color contains mainly: green. Hex color #38D913 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D913 is #C726EC. Grayscale: #929292. Windows color (decimal): -13051629 or 1300792. OLE color: 1300792.

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

Color convert

RGB 56 217 19 -
CMYK 0.74 0 0.91 0.15
HSL 108.79º 0.84% 0.46% -
HSV(B) 108.79º 0.91% 0.85% -
XYZ 26.56 50.51 8.97 -
YUV 146.29 56.16 63.6 -
System Red Green Blue C M Y K H S L
Decimal 56 217 19 0.74 0 0.91 0.15 108.79 0.84 0.46
Hex 38 D9 13 4A 0 5B F 6D 54 2E
Octal 70 331 23 112 0 133 17 155 124 56
Binary 111000 11011001 10011 1001010 0 1011011 1111 1101101 1010100 101110

Color Harmonies of #38D913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D913

Black with #38D913

Text Example


Text Example

White with #38D913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,217,19); }

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

background-color css

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

 a { background-color: rgb(56,217,19); }

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

border-color css

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

 span { border-color: rgb(56,217,19); }

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