Html Css Color HEX #38D947 Lime Green

📋 copy color: '#38D947'

red 56 ◦ green 217 ◦ blue 71

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

Shades of Lime Green #38D947

Tints of Lime Green #38D947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.64%

R = 16.28%
G = 63.08%
B = 20.64%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#38D947 (or 0x38D947) is known color: Lime Green. HEX triplet: 38, D9 and 47. RGB value is (56,217,71). Sum of RGB (Red+Green+Blue) = 56+217+71=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 217 (85.16% from 255 or 63.08% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 217 - color contains mainly: green. Hex color #38D947 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D947 is #C726B8. Grayscale: #989898. Windows color (decimal): -13051577 or 4708664. OLE color: 4708664.

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

Color convert

RGB 56 217 71 -
CMYK 0.74 0 0.67 0.15
HSL 125.59º 0.68% 0.54% -
HSV(B) 125.59º 0.74% 0.85% -
XYZ 27.58 50.92 14.34 -
YUV 152.22 82.16 59.37 -
System Red Green Blue C M Y K H S L
Decimal 56 217 71 0.74 0 0.67 0.15 125.59 0.68 0.54
Hex 38 D9 47 4A 0 43 F 7E 44 36
Octal 70 331 107 112 0 103 17 176 104 66
Binary 111000 11011001 1000111 1001010 0 1000011 1111 1111110 1000100 110110

Color Harmonies of #38D947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D947

Black with #38D947

Text Example


Text Example

White with #38D947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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