Html Css Color HEX #38DC13 Lime Green

📋 copy color: '#38DC13'

red 56 ◦ green 220 ◦ blue 19

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

Shades of Lime Green #38DC13

Tints of Lime Green #38DC13

RGB

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

 GREEN value IS 220 (86.33% from 255) = 74.58%

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

R = 18.98%
G = 74.58%
B = 6.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#38DC13 (or 0x38DC13) is known color: Lime Green. HEX triplet: 38, DC and 13. RGB value is (56,220,19). Sum of RGB (Red+Green+Blue) = 56+220+19=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 220 (86.33% from 255 or 74.58% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DC13 is #C723EC. Grayscale: #949494. Windows color (decimal): -13050861 or 1301560. OLE color: 1301560.

HSL color Cylindrical-coordinate representation of color #38DC13: hue angle of 108.96º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38DC13 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 220 19 -
CMYK 0.75 0 0.91 0.14
HSL 108.96º 0.84% 0.47% -
HSV(B) 108.96º 0.91% 0.86% -
XYZ 27.34 52.07 9.23 -
YUV 148.05 55.17 62.34 -
System Red Green Blue C M Y K H S L
Decimal 56 220 19 0.75 0 0.91 0.14 108.96 0.84 0.47
Hex 38 DC 13 4B 0 5B E 6D 54 2F
Octal 70 334 23 113 0 133 16 155 124 57
Binary 111000 11011100 10011 1001011 0 1011011 1110 1101101 1010100 101111

Color Harmonies of #38DC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DC13

Black with #38DC13

Text Example


Text Example

White with #38DC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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