Html Css Color HEX #38D957 Lime Green

📋 copy color: '#38D957'

red 56 ◦ green 217 ◦ blue 87

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

Shades of Lime Green #38D957

Tints of Lime Green #38D957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.17%

R = 15.56%
G = 60.28%
B = 24.17%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#38D957 (or 0x38D957) is known color: Lime Green. HEX triplet: 38, D9 and 57. RGB value is (56,217,87). Sum of RGB (Red+Green+Blue) = 56+217+87=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 217 (85.16% from 255 or 60.28% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 217 - color contains mainly: green. Hex color #38D957 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D957 is #C726A8. Grayscale: #9A9A9A. Windows color (decimal): -13051561 or 5757240. OLE color: 5757240.

HSL color Cylindrical-coordinate representation of color #38D957: hue angle of 131.55º 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 #38D957 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 217 87 -
CMYK 0.74 0 0.60 0.15
HSL 131.55º 0.68% 0.54% -
HSV(B) 131.55º 0.74% 0.85% -
XYZ 28.16 51.15 17.41 -
YUV 154.04 90.16 58.07 -
System Red Green Blue C M Y K H S L
Decimal 56 217 87 0.74 0 0.60 0.15 131.55 0.68 0.54
Hex 38 D9 57 4A 0 3C F 84 44 36
Octal 70 331 127 112 0 74 17 204 104 66
Binary 111000 11011001 1010111 1001010 0 111100 1111 10000100 1000100 110110

Color Harmonies of #38D957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D957

Black with #38D957

Text Example


Text Example

White with #38D957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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