Html Css Color HEX #38CE57 Lime Green

📋 copy color: '#38CE57'

red 56 ◦ green 206 ◦ blue 87

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

Shades of Lime Green #38CE57

Tints of Lime Green #38CE57

RGB

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

 GREEN value IS 206 (80.86% from 255) = 59.03%

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

R = 16.05%
G = 59.03%
B = 24.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#38CE57 (or 0x38CE57) is known color: Lime Green. HEX triplet: 38, CE and 57. RGB value is (56,206,87). Sum of RGB (Red+Green+Blue) = 56+206+87=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 206 (80.86% from 255 or 59.03% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 206 - color contains mainly: green. Hex color #38CE57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CE57 is #C731A8. Grayscale: #939393. Windows color (decimal): -13054377 or 5754424. OLE color: 5754424.

HSL color Cylindrical-coordinate representation of color #38CE57: hue angle of 132.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CE57 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 206 87 -
CMYK 0.73 0 0.58 0.19
HSL 132.4º 0.6% 0.51% -
HSV(B) 132.4º 0.73% 0.81% -
XYZ 25.42 45.67 16.49 -
YUV 147.58 93.81 62.68 -
System Red Green Blue C M Y K H S L
Decimal 56 206 87 0.73 0 0.58 0.19 132.4 0.6 0.51
Hex 38 CE 57 49 0 3A 13 84 3C 33
Octal 70 316 127 111 0 72 23 204 74 63
Binary 111000 11001110 1010111 1001001 0 111010 10011 10000100 111100 110011

Color Harmonies of #38CE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CE57

Black with #38CE57

Text Example


Text Example

White with #38CE57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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