Html Css Color HEX #38DC44 Lime Green

📋 copy color: '#38DC44'

red 56 ◦ green 220 ◦ blue 68

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

Shades of Lime Green #38DC44

Tints of Lime Green #38DC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.77%

R = 16.28%
G = 63.95%
B = 19.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#38DC44 (or 0x38DC44) is known color: Lime Green. HEX triplet: 38, DC and 44. RGB value is (56,220,68). Sum of RGB (Red+Green+Blue) = 56+220+68=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 220 (86.33% from 255 or 63.95% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 220 - color contains mainly: green. Hex color #38DC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DC44 is #C723BB. Grayscale: #9A9A9A. Windows color (decimal): -13050812 or 4512824. OLE color: 4512824.

HSL color Cylindrical-coordinate representation of color #38DC44: hue angle of 124.39º 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 #38DC44 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 220 68 -
CMYK 0.75 0 0.69 0.14
HSL 124.39º 0.7% 0.54% -
HSV(B) 124.39º 0.75% 0.86% -
XYZ 28.27 52.44 14.1 -
YUV 153.64 79.67 58.36 -
System Red Green Blue C M Y K H S L
Decimal 56 220 68 0.75 0 0.69 0.14 124.39 0.7 0.54
Hex 38 DC 44 4B 0 45 E 7C 46 36
Octal 70 334 104 113 0 105 16 174 106 66
Binary 111000 11011100 1000100 1001011 0 1000101 1110 1111100 1000110 110110

Color Harmonies of #38DC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DC44

Black with #38DC44

Text Example


Text Example

White with #38DC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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