Html Css Color HEX #38BA47 Lime Green

📋 copy color: '#38BA47'

red 56 ◦ green 186 ◦ blue 71

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

Shades of Lime Green #38BA47

Tints of Lime Green #38BA47

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.42%

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

R = 17.89%
G = 59.42%
B = 22.68%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#38BA47 (or 0x38BA47) is known color: Lime Green. HEX triplet: 38, BA and 47. RGB value is (56,186,71). Sum of RGB (Red+Green+Blue) = 56+186+71=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BA47 is #C745B8. Grayscale: #868686. Windows color (decimal): -13059513 or 4700728. OLE color: 4700728.

HSL color Cylindrical-coordinate representation of color #38BA47: hue angle of 126.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BA47 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 186 71 -
CMYK 0.70 0 0.62 0.27
HSL 126.92º 0.54% 0.47% -
HSV(B) 126.92º 0.7% 0.73% -
XYZ 20.33 36.41 11.92 -
YUV 134.02 92.43 72.35 -
System Red Green Blue C M Y K H S L
Decimal 56 186 71 0.70 0 0.62 0.27 126.92 0.54 0.47
Hex 38 BA 47 46 0 3E 1B 7F 36 2F
Octal 70 272 107 106 0 76 33 177 66 57
Binary 111000 10111010 1000111 1000110 0 111110 11011 1111111 110110 101111

Color Harmonies of #38BA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BA47

Black with #38BA47

Text Example


Text Example

White with #38BA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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