Html Css Color HEX #38DC55 Lime Green

📋 copy color: '#38DC55'

red 56 ◦ green 220 ◦ blue 85

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

Shades of Lime Green #38DC55

Tints of Lime Green #38DC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.55%

R = 15.51%
G = 60.94%
B = 23.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#38DC55 (or 0x38DC55) is known color: Lime Green. HEX triplet: 38, DC and 55. RGB value is (56,220,85). Sum of RGB (Red+Green+Blue) = 56+220+85=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DC55 is #C723AA. Grayscale: #9B9B9B. Windows color (decimal): -13050795 or 5626936. OLE color: 5626936.

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

Color convert

RGB 56 220 85 -
CMYK 0.75 0 0.61 0.14
HSL 130.61º 0.7% 0.54% -
HSV(B) 130.61º 0.75% 0.86% -
XYZ 28.86 52.68 17.24 -
YUV 155.57 88.17 56.98 -
System Red Green Blue C M Y K H S L
Decimal 56 220 85 0.75 0 0.61 0.14 130.61 0.7 0.54
Hex 38 DC 55 4B 0 3D E 83 46 36
Octal 70 334 125 113 0 75 16 203 106 66
Binary 111000 11011100 1010101 1001011 0 111101 1110 10000011 1000110 110110

Color Harmonies of #38DC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DC55

Black with #38DC55

Text Example


Text Example

White with #38DC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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