Html Css Color HEX #38D657 Lime Green

📋 copy color: '#38D657'

red 56 ◦ green 214 ◦ blue 87

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

Shades of Lime Green #38D657

Tints of Lime Green #38D657

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.94%

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

R = 15.69%
G = 59.94%
B = 24.37%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#38D657 (or 0x38D657) is known color: Lime Green. HEX triplet: 38, D6 and 57. RGB value is (56,214,87). Sum of RGB (Red+Green+Blue) = 56+214+87=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 214 (83.98% from 255 or 59.94% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 214 - color contains mainly: green. Hex color #38D657 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D657 is #C729A8. Grayscale: #989898. Windows color (decimal): -13052329 or 5756472. OLE color: 5756472.

HSL color Cylindrical-coordinate representation of color #38D657: hue angle of 131.77º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D657 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 214 87 -
CMYK 0.74 0 0.59 0.16
HSL 131.77º 0.66% 0.53% -
HSV(B) 131.77º 0.74% 0.84% -
XYZ 27.4 49.62 17.15 -
YUV 152.28 91.15 59.33 -
System Red Green Blue C M Y K H S L
Decimal 56 214 87 0.74 0 0.59 0.16 131.77 0.66 0.53
Hex 38 D6 57 4A 0 3B 10 84 42 35
Octal 70 326 127 112 0 73 20 204 102 65
Binary 111000 11010110 1010111 1001010 0 111011 10000 10000100 1000010 110101

Color Harmonies of #38D657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D657

Black with #38D657

Text Example


Text Example

White with #38D657

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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